Class: Aws::Types::AssociationStatus
- Inherits:
-
Object
- Object
- Aws::Types::AssociationStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "associating", ...
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#code ⇒ "associating", ...
Returns the value of attribute code.
801 802 803 |
# File 'sig/types.rbs', line 801 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
802 803 804 |
# File 'sig/types.rbs', line 802 def @message end |