Class: Aws::Organizations::Types::CreateAccountResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#create_account_statusTypes::CreateAccountStatus

A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned ‘CreateAccountStatus` ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times. You can also check the AWS CloudTrail log for the `CreateAccountResult` event. For more information, see [Monitoring the Activity in Your Organization] in the *AWS Organizations User Guide*.

[1]: docs.aws.amazon.com/organizations/latest/userguide/orgs_monitoring.html



340
341
342
343
# File 'lib/aws-sdk-organizations/types.rb', line 340

class CreateAccountResponse < Struct.new(
  :create_account_status)
  include Aws::Structure
end