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 ⇒ "unknownOperation", ...
Returns the value of attribute reason.
Instance Attribute Details
#field_list ⇒ ::Array[Types::ValidationExceptionField]
Returns the value of attribute field_list.
1279 1280 1281 |
# File 'sig/types.rbs', line 1279 def field_list @field_list end |
#message ⇒ ::String
Returns the value of attribute message.
1277 1278 1279 |
# File 'sig/types.rbs', line 1277 def end |
#reason ⇒ "unknownOperation", ...
Returns the value of attribute reason.
1278 1279 1280 |
# File 'sig/types.rbs', line 1278 def reason @reason end |