Class: Aws::Types::UnprocessableException
- Inherits:
-
Object
- Object
- Aws::Types::UnprocessableException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#reason ⇒ "QUERY_TIMEOUT", ...
Returns the value of attribute reason.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
779 780 781 |
# File 'sig/types.rbs', line 779 def @message end |
#reason ⇒ "QUERY_TIMEOUT", ...
Returns the value of attribute reason.
780 781 782 |
# File 'sig/types.rbs', line 780 def reason @reason end |