PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::Organizations::CreateAccountStatus; use Moose; has AccountId => (is => 'ro', isa => 'Str'); has AccountName => (is => 'ro', isa => 'Str'); has CompletedTimestamp => (is => 'ro', isa => 'Str'); has FailureReason => (is => 'ro', isa => 'Str'); has GovCloudAccountId => (is => 'ro', isa => 'Str'); has Id => (is => 'ro', isa => 'Str'); has RequestedTimestamp => (is => 'ro', isa => 'Str'); has State => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::Organizations::CreateAccountStatus =head1 USAGE This class represents one of two things: =head3 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 }); =head3 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 =head1 DESCRIPTION Contains the status about a CreateAccount or CreateGovCloudAccount request to create an AWS account or an AWS GovCloud (US) account in an organization. =head1 ATTRIBUTES =head2 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. =head2 AccountName => Str The account name given to the account when it was created. =head2 CompletedTimestamp => Str The date and time that the account was created and the request completed. =head2 FailureReason => Str If the request failed, a description of the reason for the failure. =over =item * ACCOUNT_LIMIT_EXCEEDED: The account couldn't be created because you reached the limit on the number of accounts in your organization. =item * CONCURRENT_ACCOUNT_MODIFICATION: You already submitted a request with the same information. =item * EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists. =item * FAILED_BUSINESS_VALIDATION: The AWS account that owns your organization failed to receive business license validation. =item * 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. =item * 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. =item * INVALID_ADDRESS: The account could not be created because the address you provided is not valid. =item * INVALID_EMAIL: The account could not be created because the email address you provided is not valid. =item * INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact AWS Customer Support. =item * MISSING_BUSINESS_VALIDATION: The AWS account that owns your organization has not received Business Validation. =item * MISSING_PAYMENT_INSTRUMENT: You must configure the management account with a valid payment method, such as a credit card. =item * PENDING_BUSINESS_VALIDATION: The AWS account that owns your organization is still in the process of completing business license validation. =item * UNKNOWN_BUSINESS_VALIDATION: The AWS account that owns your organization has an unknown issue with business license validation. =back =head2 GovCloudAccountId => Str If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region. =head2 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. =head2 RequestedTimestamp => Str The date and time that the request was made for the account creation. =head2 State => Str The status of the asynchronous request to create an AWS account. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut