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 ⇒ "CannotParse", ...
Returns the value of attribute reason.
Instance Attribute Details
#field_list ⇒ ::Array[Types::ValidationExceptionField]
Returns the value of attribute field_list.
196 197 198 |
# File 'sig/types.rbs', line 196 def field_list @field_list end |
#message ⇒ ::String
Returns the value of attribute message.
194 195 196 |
# File 'sig/types.rbs', line 194 def @message end |
#reason ⇒ "CannotParse", ...
Returns the value of attribute reason.
195 196 197 |
# File 'sig/types.rbs', line 195 def reason @reason end |