GetEnrollmentStatusResponse

public struct GetEnrollmentStatusResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Confirms the enrollment status of member accounts within the organization, if the account is a master account of an organization.

    Declaration

    Swift

    public let memberAccountsEnrolled: Bool?
  • The enrollment status of the account.

    Declaration

    Swift

    public let status: Status?
  • The reason for the enrollment status of the account. For example, an account might show a status of Pending because member accounts of an organization require more time to be enrolled in the service.

    Declaration

    Swift

    public let statusReason: String?
  • Undocumented

    Declaration

    Swift

    public init(memberAccountsEnrolled: Bool? = nil, status: Status? = nil, statusReason: String? = nil)