Class: Aws::Types::FailedAccount
- Inherits:
-
Object
- Object
- Aws::Types::FailedAccount
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#error_code ⇒ "ALREADY_ENABLED", ...
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#resource_status ⇒ Types::ResourceStatus
Returns the value of attribute resource_status.
-
#status ⇒ "ENABLING", ...
Returns the value of attribute status.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1423 1424 1425 |
# File 'sig/types.rbs', line 1423 def account_id @account_id end |
#error_code ⇒ "ALREADY_ENABLED", ...
Returns the value of attribute error_code.
1426 1427 1428 |
# File 'sig/types.rbs', line 1426 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1427 1428 1429 |
# File 'sig/types.rbs', line 1427 def @error_message end |
#resource_status ⇒ Types::ResourceStatus
Returns the value of attribute resource_status.
1425 1426 1427 |
# File 'sig/types.rbs', line 1425 def resource_status @resource_status end |
#status ⇒ "ENABLING", ...
Returns the value of attribute status.
1424 1425 1426 |
# File 'sig/types.rbs', line 1424 def status @status end |