OrganizationSummary

public struct OrganizationSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The alias associated with the organization.

    Declaration

    Swift

    public let alias: String?
  • The error message associated with the organization. It is only present if unexpected behavior has occurred with regards to the organization. It provides insight or solutions regarding unexpected behavior.

    Declaration

    Swift

    public let errorMessage: String?
  • The identifier associated with the organization.

    Declaration

    Swift

    public let organizationId: String?
  • The state associated with the organization.

    Declaration

    Swift

    public let state: String?
  • Undocumented

    Declaration

    Swift

    public init(alias: String? = nil, errorMessage: String? = nil, organizationId: String? = nil, state: String? = nil)