Class: Aws::Types::AccountGateResult
- Inherits:
-
Object
- Object
- Aws::Types::AccountGateResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status ⇒ "SUCCEEDED", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#status ⇒ "SUCCEEDED", ...
Returns the value of attribute status.
12 13 14 |
# File 'sig/types.rbs', line 12 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
13 14 15 |
# File 'sig/types.rbs', line 13 def status_reason @status_reason end |