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.
1269 1270 1271 |
# File 'sig/types.rbs', line 1269 def @message end |
#path ⇒ ::String
Returns the value of attribute path.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def path @path end |