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

Class: Aws::Organizations::Types::DescribeCreateAccountStatusRequest

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

Overview

Note:

When passing DescribeCreateAccountStatusRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  create_account_request_id: "CreateAccountRequestId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#create_account_request_idString

Specifies the Id value that uniquely identifies the CreateAccount request. You can get the value from the CreateAccountStatus.Id response in an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

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

Returns:

  • (String)

    Specifies the Id value that uniquely identifies the CreateAccount request.