Class: Aws::Types::ValidationExceptionField
- Inherits:
-
Object
- Object
- Aws::Types::ValidationExceptionField
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
3431 3432 3433 |
# File 'sig/types.rbs', line 3431 def @message end |
#name ⇒ ::String
Returns the value of attribute name.
3430 3431 3432 |
# File 'sig/types.rbs', line 3430 def name @name end |