Class: Aws::Types::UnprocessedAccount
- Inherits:
-
Object
- Object
- Aws::Types::UnprocessedAccount
- 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 ⇒ "ClientError", "InternalError"
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1829 1830 1831 |
# File 'sig/types.rbs', line 1829 def account_id @account_id end |
#error_code ⇒ "ClientError", "InternalError"
Returns the value of attribute error_code.
1830 1831 1832 |
# File 'sig/types.rbs', line 1830 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1831 1832 1833 |
# File 'sig/types.rbs', line 1831 def @error_message end |