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 ⇒ "INVALID_FIELD_VALUE", ...
Returns the value of attribute reason.
Instance Attribute Details
#field_list ⇒ ::Array[Types::ValidationExceptionField]
Returns the value of attribute field_list.
1998 1999 2000 |
# File 'sig/types.rbs', line 1998 def field_list @field_list end |
#message ⇒ ::String
Returns the value of attribute message.
1996 1997 1998 |
# File 'sig/types.rbs', line 1996 def @message end |
#reason ⇒ "INVALID_FIELD_VALUE", ...
Returns the value of attribute reason.
1997 1998 1999 |
# File 'sig/types.rbs', line 1997 def reason @reason end |