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.
2176 2177 2178 |
# File 'sig/types.rbs', line 2176 def code @code end |
#field_list ⇒ ::Array[Types::ValidationExceptionField]
Returns the value of attribute field_list.
2178 2179 2180 |
# File 'sig/types.rbs', line 2178 def field_list @field_list end |
#message ⇒ ::String
Returns the value of attribute message.
2175 2176 2177 |
# File 'sig/types.rbs', line 2175 def @message end |
#reason ⇒ "unknownOperation", ...
Returns the value of attribute reason.
2177 2178 2179 |
# File 'sig/types.rbs', line 2177 def reason @reason end |