Class: Aws::Types::ValidationException
- Inherits:
-
Object
- Object
- Aws::Types::ValidationException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fields ⇒ ::Array[Types::ValidationExceptionField]
Returns the value of attribute fields.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#reason ⇒ "CANNOT_PARSE", ...
Returns the value of attribute reason.
Instance Attribute Details
#fields ⇒ ::Array[Types::ValidationExceptionField]
Returns the value of attribute fields.
2983 2984 2985 |
# File 'sig/types.rbs', line 2983 def fields @fields end |
#message ⇒ ::String
Returns the value of attribute message.
2981 2982 2983 |
# File 'sig/types.rbs', line 2981 def @message end |
#reason ⇒ "CANNOT_PARSE", ...
Returns the value of attribute reason.
2982 2983 2984 |
# File 'sig/types.rbs', line 2982 def reason @reason end |