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.
1288 1289 1290 |
# File 'sig/types.rbs', line 1288 def @message end |
#name ⇒ ::String
Returns the value of attribute name.
1287 1288 1289 |
# File 'sig/types.rbs', line 1287 def name @name end |