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.
834 835 836 |
# File 'sig/types.rbs', line 834 def @message end |
#reason ⇒ "INVALID_PAGINATION_TOKEN", ...
Returns the value of attribute reason.
835 836 837 |
# File 'sig/types.rbs', line 835 def reason @reason end |