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.
1282 1283 1284 |
# File 'sig/types.rbs', line 1282 def fields @fields end |
#message ⇒ ::String
Returns the value of attribute message.
1280 1281 1282 |
# File 'sig/types.rbs', line 1280 def @message end |
#reason ⇒ "unknownOperation", ...
Returns the value of attribute reason.
1281 1282 1283 |
# File 'sig/types.rbs', line 1281 def reason @reason end |