OrganizationAffectedEntitiesErrorItem

public struct OrganizationAffectedEntitiesErrorItem : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The 12-digit AWS account numbers that contains the affected entities.

    Declaration

    Swift

    public let awsAccountId: String?
  • The unique identifier for the event type. The format is AWS_SERVICE_DESCRIPTION. For example, AWS_EC2_SYSTEM_MAINTENANCE_EVENT.

    Declaration

    Swift

    public let errorMessage: String?
  • The name of the error.

    Declaration

    Swift

    public let errorName: String?
  • The unique identifier for the event. Format: arn:aws:health:event-region::event/SERVICE/EVENT_TYPE_CODE/EVENT_TYPE_PLUS_ID . Example: Example: arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456

    Declaration

    Swift

    public let eventArn: String?
  • Undocumented

    Declaration

    Swift

    public init(awsAccountId: String? = nil, errorMessage: String? = nil, errorName: String? = nil, eventArn: String? = nil)