Class: Aws::Types::ValidationException
- Inherits:
-
Object
- Object
- Aws::Types::ValidationException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#fields ⇒ ::Array[Types::ValidationExceptionField]
Returns the value of attribute fields.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#reason ⇒ "unsupportedOperation", ...
Returns the value of attribute reason.
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type.
346 347 348 |
# File 'sig/types.rbs', line 346 def event_type @event_type end |
#fields ⇒ ::Array[Types::ValidationExceptionField]
Returns the value of attribute fields.
345 346 347 |
# File 'sig/types.rbs', line 345 def fields @fields end |
#message ⇒ ::String
Returns the value of attribute message.
343 344 345 |
# File 'sig/types.rbs', line 343 def @message end |
#reason ⇒ "unsupportedOperation", ...
Returns the value of attribute reason.
344 345 346 |
# File 'sig/types.rbs', line 344 def reason @reason end |