Class: Aws::Types::ValidationException
- Inherits:
-
Object
- Object
- Aws::Types::ValidationException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#field_list ⇒ ::Array[Types::ValidationExceptionField]
Returns the value of attribute field_list.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#reason ⇒ "unknownOperation", ...
Returns the value of attribute reason.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
1564 1565 1566 |
# File 'sig/types.rbs', line 1564 def code @code end |
#field_list ⇒ ::Array[Types::ValidationExceptionField]
Returns the value of attribute field_list.
1566 1567 1568 |
# File 'sig/types.rbs', line 1566 def field_list @field_list end |
#message ⇒ ::String
Returns the value of attribute message.
1563 1564 1565 |
# File 'sig/types.rbs', line 1563 def @message end |
#reason ⇒ "unknownOperation", ...
Returns the value of attribute reason.
1565 1566 1567 |
# File 'sig/types.rbs', line 1565 def reason @reason end |