CreateAccountResponse

public struct CreateAccountResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times. You can also check the AWS CloudTrail log for the CreateAccountResult event. For more information, see Monitoring the Activity in Your Organization in the AWS Organizations User Guide.

    Declaration

    Swift

    public let createAccountStatus: CreateAccountStatus?
  • Undocumented

    Declaration

    Swift

    public init(createAccountStatus: CreateAccountStatus? = nil)