Class: Aws::Types::TransitGatewayRegistrationStateReason
- Inherits:
-
Object
- Object
- Aws::Types::TransitGatewayRegistrationStateReason
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "PENDING", ...
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#code ⇒ "PENDING", ...
Returns the value of attribute code.
1807 1808 1809 |
# File 'sig/types.rbs', line 1807 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
1808 1809 1810 |
# File 'sig/types.rbs', line 1808 def end |