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 ⇒ "UNKNOWN_OPERATION", ...
Returns the value of attribute reason.
Instance Attribute Details
#fields ⇒ ::Array[Types::ValidationExceptionField]
Returns the value of attribute fields.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def fields @fields end |
#message ⇒ ::String
Returns the value of attribute message.
1098 1099 1100 |
# File 'sig/types.rbs', line 1098 def end |
#reason ⇒ "UNKNOWN_OPERATION", ...
Returns the value of attribute reason.
1099 1100 1101 |
# File 'sig/types.rbs', line 1099 def reason @reason end |