You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Organizations::Types::CreateAccountStatus

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

If the account was created successfully, the unique identifier (ID) of the new account.

The regex pattern for an account ID string requires exactly 12 digits.

Returns:

  • (String)

    If the account was created successfully, the unique identifier (ID) of the new account.

#account_nameString

The account name given to the account when it was created.

Returns:

  • (String)

    The account name given to the account when it was created.

#completed_timestampTime

The date and time that the account was created and the request completed.

Returns:

  • (Time)

    The date and time that the account was created and the request completed.

#failure_reasonString

If the request failed, a description of the reason for the failure.

  • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

  • CONCURRENT_ACCOUNT_MODIFICATION: You already submitted a request with the same information.

  • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

  • GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the AWS GovCloud (US) Region could not be created because this Region already includes an account with that email address.

  • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

  • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

  • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

  • MISSING_BUSINESS_VALIDATION: The AWS account that owns your organization has not received Business Validation.

  • MISSING_PAYMENT_INSTRUMENT: You must configure the management account with a valid payment method, such as a credit card.

    Possible values:

    • ACCOUNT_LIMIT_EXCEEDED
    • EMAIL_ALREADY_EXISTS
    • INVALID_ADDRESS
    • INVALID_EMAIL
    • CONCURRENT_ACCOUNT_MODIFICATION
    • INTERNAL_FAILURE
    • GOVCLOUD_ACCOUNT_ALREADY_EXISTS
    • MISSING_BUSINESS_VALIDATION
    • MISSING_PAYMENT_INSTRUMENT

Returns:

  • (String)

    If the request failed, a description of the reason for the failure.

#gov_cloud_account_idString

If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.

Returns:

  • (String)

    If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.

#idString

The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

The regex pattern for a create account request ID string requires \"car-\" followed by from 8 to 32 lowercase letters or digits.

Returns:

  • (String)

    The unique identifier (ID) that references this request.

#requested_timestampTime

The date and time that the request was made for the account creation.

Returns:

  • (Time)

    The date and time that the request was made for the account creation.

#stateString

The status of the request.

Possible values:

  • IN_PROGRESS
  • SUCCEEDED
  • FAILED

Returns:

  • (String)

    The status of the request.