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 ⇒ "CONSTRAINT_VIOLATION", ...
Returns the value of attribute reason.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
821 822 823 |
# File 'sig/types.rbs', line 821 def end |
#reason ⇒ "CONSTRAINT_VIOLATION", ...
Returns the value of attribute reason.
822 823 824 |
# File 'sig/types.rbs', line 822 def reason @reason end |