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.
887 888 889 |
# File 'sig/types.rbs', line 887 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
888 889 890 |
# File 'sig/types.rbs', line 888 def @message end |