Class: Aws::Types::ValidationException
- Inherits:
-
Object
- Object
- Aws::Types::ValidationException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_list ⇒ ::Array[Types::ValidationExceptionField]
Returns the value of attribute field_list.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#reason ⇒ "FIELD_VALIDATION_FAILED", ...
Returns the value of attribute reason.
Instance Attribute Details
#field_list ⇒ ::Array[Types::ValidationExceptionField]
Returns the value of attribute field_list.
3445 3446 3447 |
# File 'sig/types.rbs', line 3445 def field_list @field_list end |
#message ⇒ ::String
Returns the value of attribute message.
3443 3444 3445 |
# File 'sig/types.rbs', line 3443 def @message end |
#reason ⇒ "FIELD_VALIDATION_FAILED", ...
Returns the value of attribute reason.
3444 3445 3446 |
# File 'sig/types.rbs', line 3444 def reason @reason end |