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 ⇒ "UNKNOWN_OPERATION", ...
Returns the value of attribute reason.
Instance Attribute Details
#field_list ⇒ ::Array[Types::ValidationExceptionField]
Returns the value of attribute field_list.
483 484 485 |
# File 'sig/types.rbs', line 483 def field_list @field_list end |
#message ⇒ ::String
Returns the value of attribute message.
481 482 483 |
# File 'sig/types.rbs', line 481 def @message end |
#reason ⇒ "UNKNOWN_OPERATION", ...
Returns the value of attribute reason.
482 483 484 |
# File 'sig/types.rbs', line 482 def reason @reason end |