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.
766 767 768 |
# File 'sig/types.rbs', line 766 def field_map @field_map end |
#message ⇒ ::String
Returns the value of attribute message.
764 765 766 |
# File 'sig/types.rbs', line 764 def @message end |
#reason ⇒ ::String
Returns the value of attribute reason.
765 766 767 |
# File 'sig/types.rbs', line 765 def reason @reason end |