Class: Aws::Types::ValidationException
- Inherits:
-
Object
- Object
- Aws::Types::ValidationException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_name ⇒ ::String
Returns the value of attribute field_name.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#field_name ⇒ ::String
Returns the value of attribute field_name.
96 97 98 |
# File 'sig/types.rbs', line 96 def field_name @field_name end |
#message ⇒ ::String
Returns the value of attribute message.
97 98 99 |
# File 'sig/types.rbs', line 97 def @message end |