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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-organizations/types.rb

Overview

Note:

When making an API call, you may pass DescribeCreateAccountStatusRequest data as a hash:

{
  create_account_request_id: "CreateAccountRequestId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#create_account_request_idString

Specifies the ‘operationId` that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

The [regex pattern] for an create account request ID string requires “car-” followed by from 8 to 32 lower-case letters or digits.

[1]: wikipedia.org/wiki/regex

Returns:

  • (String)


740
741
742
743
# File 'lib/aws-sdk-organizations/types.rb', line 740

class DescribeCreateAccountStatusRequest < Struct.new(
  :create_account_request_id)
  include Aws::Structure
end