Class: Aws::Types::CreateAccountStatus

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:account_name])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


148
149
150
# File 'sig/types.rbs', line 148

def 
  @account_id
end

#account_name::String

Returns the value of attribute account_name.

Returns:

  • (::String)


144
145
146
# File 'sig/types.rbs', line 144

def 
  @account_name
end

#completed_timestamp::Time

Returns the value of attribute completed_timestamp.

Returns:

  • (::Time)


147
148
149
# File 'sig/types.rbs', line 147

def completed_timestamp
  @completed_timestamp
end

#failure_reason"ACCOUNT_LIMIT_EXCEEDED", ...

Returns the value of attribute failure_reason.

Returns:

  • ("ACCOUNT_LIMIT_EXCEEDED", "EMAIL_ALREADY_EXISTS", "INVALID_ADDRESS", "INVALID_EMAIL", "CONCURRENT_ACCOUNT_MODIFICATION", "INTERNAL_FAILURE", "GOVCLOUD_ACCOUNT_ALREADY_EXISTS", "MISSING_BUSINESS_VALIDATION", "FAILED_BUSINESS_VALIDATION", "PENDING_BUSINESS_VALIDATION", "INVALID_IDENTITY_FOR_BUSINESS_VALIDATION", "UNKNOWN_BUSINESS_VALIDATION", "MISSING_PAYMENT_INSTRUMENT", "INVALID_PAYMENT_INSTRUMENT", "UPDATE_EXISTING_RESOURCE_POLICY_WITH_TAGS_NOT_SUPPORTED")


150
151
152
# File 'sig/types.rbs', line 150

def failure_reason
  @failure_reason
end

#gov_cloud_account_id::String

Returns the value of attribute gov_cloud_account_id.

Returns:

  • (::String)


149
150
151
# File 'sig/types.rbs', line 149

def 
  @gov_cloud_account_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


143
144
145
# File 'sig/types.rbs', line 143

def id
  @id
end

#requested_timestamp::Time

Returns the value of attribute requested_timestamp.

Returns:

  • (::Time)


146
147
148
# File 'sig/types.rbs', line 146

def requested_timestamp
  @requested_timestamp
end

#state"IN_PROGRESS", ...

Returns the value of attribute state.

Returns:

  • ("IN_PROGRESS", "SUCCEEDED", "FAILED")


145
146
147
# File 'sig/types.rbs', line 145

def state
  @state
end