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.
893 894 895 |
# File 'sig/types.rbs', line 893 def fields @fields end |
#message ⇒ ::String
Returns the value of attribute message.
891 892 893 |
# File 'sig/types.rbs', line 891 def @message end |
#reason ⇒ "UNKNOWN_OPERATION", ...
Returns the value of attribute reason.
892 893 894 |
# File 'sig/types.rbs', line 892 def reason @reason end |