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 ⇒ "INVALID_PAGINATION_TOKEN", ...
Returns the value of attribute reason.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
888 889 890 |
# File 'sig/types.rbs', line 888 def @message end |
#reason ⇒ "INVALID_PAGINATION_TOKEN", ...
Returns the value of attribute reason.
889 890 891 |
# File 'sig/types.rbs', line 889 def reason @reason end |