Class: Aws::Types::AssociationStateReason
- Inherits:
-
Object
- Object
- Aws::Types::AssociationStateReason
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ "ValidationError.InsufficientDiskSpace", ...
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
Instance Attribute Details
#error_code ⇒ "ValidationError.InsufficientDiskSpace", ...
Returns the value of attribute error_code.
122 123 124 |
# File 'sig/types.rbs', line 122 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
123 124 125 |
# File 'sig/types.rbs', line 123 def @error_message end |