Class: Aws::Organizations::Types::CreateAccountStatus

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

Overview

Contains the status about a CreateAccount request to create an AWS account in an organization.

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

If the account was created successfully, the unique identifier (ID) of the new account.

The [regex pattern] for an account ID string requires exactly 12 digits.

[1]: wikipedia.org/wiki/regex

Returns:

  • (String)


415
416
417
418
419
420
421
422
423
424
# File 'lib/aws-sdk-organizations/types.rb', line 415

class CreateAccountStatus < Struct.new(
  :id,
  :account_name,
  :state,
  :requested_timestamp,
  :completed_timestamp,
  :account_id,
  :failure_reason)
  include Aws::Structure
end

#account_nameString

The account name given to the account when it was created.

Returns:

  • (String)


415
416
417
418
419
420
421
422
423
424
# File 'lib/aws-sdk-organizations/types.rb', line 415

class CreateAccountStatus < Struct.new(
  :id,
  :account_name,
  :state,
  :requested_timestamp,
  :completed_timestamp,
  :account_id,
  :failure_reason)
  include Aws::Structure
end

#completed_timestampTime

The date and time that the account was created and the request completed.

Returns:

  • (Time)


415
416
417
418
419
420
421
422
423
424
# File 'lib/aws-sdk-organizations/types.rb', line 415

class CreateAccountStatus < Struct.new(
  :id,
  :account_name,
  :state,
  :requested_timestamp,
  :completed_timestamp,
  :account_id,
  :failure_reason)
  include Aws::Structure
end

#failure_reasonString

If the request failed, a description of the reason for the failure.

  • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

  • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

  • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

  • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

  • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

Returns:

  • (String)


415
416
417
418
419
420
421
422
423
424
# File 'lib/aws-sdk-organizations/types.rb', line 415

class CreateAccountStatus < Struct.new(
  :id,
  :account_name,
  :state,
  :requested_timestamp,
  :completed_timestamp,
  :account_id,
  :failure_reason)
  include Aws::Structure
end

#idString

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] 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)


415
416
417
418
419
420
421
422
423
424
# File 'lib/aws-sdk-organizations/types.rb', line 415

class CreateAccountStatus < Struct.new(
  :id,
  :account_name,
  :state,
  :requested_timestamp,
  :completed_timestamp,
  :account_id,
  :failure_reason)
  include Aws::Structure
end

#requested_timestampTime

The date and time that the request was made for the account creation.

Returns:

  • (Time)


415
416
417
418
419
420
421
422
423
424
# File 'lib/aws-sdk-organizations/types.rb', line 415

class CreateAccountStatus < Struct.new(
  :id,
  :account_name,
  :state,
  :requested_timestamp,
  :completed_timestamp,
  :account_id,
  :failure_reason)
  include Aws::Structure
end

#stateString

The status of the request.

Returns:

  • (String)


415
416
417
418
419
420
421
422
423
424
# File 'lib/aws-sdk-organizations/types.rb', line 415

class CreateAccountStatus < Struct.new(
  :id,
  :account_name,
  :state,
  :requested_timestamp,
  :completed_timestamp,
  :account_id,
  :failure_reason)
  include Aws::Structure
end