Class: Aws::Types::ValidationExceptionError
- Inherits:
-
Object
- Object
- Aws::Types::ValidationExceptionError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "REQUIRED_FIELD_MISSING", ...
Returns the value of attribute code.
-
#field_name ⇒ ::String
Returns the value of attribute field_name.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#code ⇒ "REQUIRED_FIELD_MISSING", ...
Returns the value of attribute code.
1588 1589 1590 |
# File 'sig/types.rbs', line 1588 def code @code end |
#field_name ⇒ ::String
Returns the value of attribute field_name.
1586 1587 1588 |
# File 'sig/types.rbs', line 1586 def field_name @field_name end |
#message ⇒ ::String
Returns the value of attribute message.
1587 1588 1589 |
# File 'sig/types.rbs', line 1587 def @message end |