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 ⇒ "unknownOperation", ...
Returns the value of attribute reason.
Instance Attribute Details
#fields ⇒ ::Array[Types::ValidationExceptionField]
Returns the value of attribute fields.
119 120 121 |
# File 'sig/types.rbs', line 119 def fields @fields end |
#message ⇒ ::String
Returns the value of attribute message.
117 118 119 |
# File 'sig/types.rbs', line 117 def @message end |
#reason ⇒ "unknownOperation", ...
Returns the value of attribute reason.
118 119 120 |
# File 'sig/types.rbs', line 118 def reason @reason end |