Class: Aws::Types::ConstraintViolationException
- Inherits:
-
Object
- Object
- Aws::Types::ConstraintViolationException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#reason ⇒ "ACCOUNT_NUMBER_LIMIT_EXCEEDED", ...
Returns the value of attribute reason.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
123 124 125 |
# File 'sig/types.rbs', line 123 def @message end |
#reason ⇒ "ACCOUNT_NUMBER_LIMIT_EXCEEDED", ...
Returns the value of attribute reason.
124 125 126 |
# File 'sig/types.rbs', line 124 def reason @reason end |