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_PAGE_TOKEN", "INVALID_PARAMETER_VALUE"
Returns the value of attribute reason.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
235 236 237 |
# File 'sig/types.rbs', line 235 def @message end |
#reason ⇒ "INVALID_PAGE_TOKEN", "INVALID_PARAMETER_VALUE"
Returns the value of attribute reason.
236 237 238 |
# File 'sig/types.rbs', line 236 def reason @reason end |