Class: Aws::Types::ValidationException
- Inherits:
-
Object
- Object
- Aws::Types::ValidationException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_list ⇒ ::Array[Types::ValidationExceptionError]
Returns the value of attribute error_list.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#reason ⇒ "REQUEST_VALIDATION_FAILED", "BUSINESS_VALIDATION_FAILED"
Returns the value of attribute reason.
Instance Attribute Details
#error_list ⇒ ::Array[Types::ValidationExceptionError]
Returns the value of attribute error_list.
1581 1582 1583 |
# File 'sig/types.rbs', line 1581 def error_list @error_list end |
#message ⇒ ::String
Returns the value of attribute message.
1579 1580 1581 |
# File 'sig/types.rbs', line 1579 def @message end |
#reason ⇒ "REQUEST_VALIDATION_FAILED", "BUSINESS_VALIDATION_FAILED"
Returns the value of attribute reason.
1580 1581 1582 |
# File 'sig/types.rbs', line 1580 def reason @reason end |