NAME
Paws::Organizations::CreateAccountStatus
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::Organizations::CreateAccountStatus object:
$service_obj->Method(Att1 => { AccountId => $value, ..., State => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::Organizations::CreateAccountStatus object:
$result = $service_obj->Method(...);
$result->Att1->AccountId
DESCRIPTION
Contains the status about a CreateAccount or CreateGovCloudAccount request to create an AWS account or an AWS GovCloud (US) account in an organization.
ATTRIBUTES
AccountId => Str
If the account was created successfully, the unique identifier (ID) of the new account.
The regex pattern (http://wikipedia.org/wiki/regex) for an account ID string requires exactly 12 digits.
AccountName => Str
The account name given to the account when it was created.
CompletedTimestamp => Str
The date and time that the account was created and the request completed.
FailureReason => Str
If the request failed, a description of the reason for the failure.
ACCOUNT_LIMIT_EXCEEDED: The account couldn't be created because you 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.
FAILED_BUSINESS_VALIDATION: The AWS account that owns your organization failed to receive business license validation.
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.
IDENTITY_INVALID_BUSINESS_VALIDATION: The AWS account that owns your organization can't complete business license validation because it doesn't have valid identity data.
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 AWS 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.
PENDING_BUSINESS_VALIDATION: The AWS account that owns your organization is still in the process of completing business license validation.
UNKNOWN_BUSINESS_VALIDATION: The AWS account that owns your organization has an unknown issue with business license validation.
GovCloudAccountId => Str
If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.
Id => Str
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 (http://wikipedia.org/wiki/regex) for a create account request ID string requires "car-" followed by from 8 to 32 lowercase letters or digits.
RequestedTimestamp => Str
The date and time that the request was made for the account creation.
State => Str
The status of the asynchronous request to create an AWS account.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::Organizations
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues