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.
-
#reason ⇒ ::String
Returns the value of attribute reason.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
480 481 482 |
# File 'sig/types.rbs', line 480 def account_id @account_id end |
#reason ⇒ ::String
Returns the value of attribute reason.
481 482 483 |
# File 'sig/types.rbs', line 481 def reason @reason end |