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.
-
#path ⇒ ::String
Returns the value of attribute path.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
2480 2481 2482 |
# File 'sig/types.rbs', line 2480 def @message end |
#path ⇒ ::String
Returns the value of attribute path.
2479 2480 2481 |
# File 'sig/types.rbs', line 2479 def path @path end |