![]() |
![]()
| ![]() |
![]()
NAMEPaws::Organizations::CreateAccountStatus USAGEThis 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 DESCRIPTIONContains the status about a CreateAccount or CreateGovCloudAccount request to create an AWS account or an AWS GovCloud (US) account in an organization. ATTRIBUTESAccountId => StrIf 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 => StrThe account name given to the account when it was created. CompletedTimestamp => StrThe date and time that the account was created and the request completed. FailureReason => StrIf the request failed, a description of the reason for the failure.
GovCloudAccountId => StrIf the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region. Id => StrThe 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 => StrThe date and time that the request was made for the account creation. State => StrThe status of the asynchronous request to create an AWS account. SEE ALSOThis class forms part of Paws, describing an object used in Paws::Organizations BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|