UpdateEnrollmentStatusResponse

public struct UpdateEnrollmentStatusResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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(status: Status? = nil, statusReason: String? = nil)