Class: Aws::Types::ValidationException
- Inherits:
-
Object
- Object
- Aws::Types::ValidationException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#reason ⇒ "CANNOT_PARSE", ...
Returns the value of attribute reason.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
1012 1013 1014 |
# File 'sig/types.rbs', line 1012 def @message end |
#reason ⇒ "CANNOT_PARSE", ...
Returns the value of attribute reason.
1013 1014 1015 |
# File 'sig/types.rbs', line 1013 def reason @reason end |