Class: Aws::Types::ValidationException
- Inherits:
-
Object
- Object
- Aws::Types::ValidationException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#context ⇒ ::Hash[::String, ::String]
Returns the value of attribute context.
-
#field_list ⇒ ::Array[Types::ValidationExceptionField]
Returns the value of attribute field_list.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#reason ⇒ "UNKNOWN_OPERATION", ...
Returns the value of attribute reason.
Instance Attribute Details
#context ⇒ ::Hash[::String, ::String]
Returns the value of attribute context.
3425 3426 3427 |
# File 'sig/types.rbs', line 3425 def context @context end |
#field_list ⇒ ::Array[Types::ValidationExceptionField]
Returns the value of attribute field_list.
3424 3425 3426 |
# File 'sig/types.rbs', line 3424 def field_list @field_list end |
#message ⇒ ::String
Returns the value of attribute message.
3422 3423 3424 |
# File 'sig/types.rbs', line 3422 def @message end |
#reason ⇒ "UNKNOWN_OPERATION", ...
Returns the value of attribute reason.
3423 3424 3425 |
# File 'sig/types.rbs', line 3423 def reason @reason end |