Class: Aws::Types::OperationNotSupportedException
- Inherits:
-
Object
- Object
- Aws::Types::OperationNotSupportedException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#reason ⇒ ::String
Returns the value of attribute reason.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
1240 1241 1242 |
# File 'sig/types.rbs', line 1240 def @message end |
#reason ⇒ ::String
Returns the value of attribute reason.
1241 1242 1243 |
# File 'sig/types.rbs', line 1241 def reason @reason end |