Class: Aws::Types::ValidationError
- Inherits:
-
Object
- Object
- Aws::Types::ValidationError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute field_map.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#reason ⇒ ::String
Returns the value of attribute reason.
Instance Attribute Details
#field_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute field_map.
777 778 779 |
# File 'sig/types.rbs', line 777 def field_map @field_map end |
#message ⇒ ::String
Returns the value of attribute message.
775 776 777 |
# File 'sig/types.rbs', line 775 def @message end |
#reason ⇒ ::String
Returns the value of attribute reason.
776 777 778 |
# File 'sig/types.rbs', line 776 def reason @reason end |