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.
2189 2190 2191 |
# File 'sig/types.rbs', line 2189 def @message end |
#path ⇒ ::String
Returns the value of attribute path.
2188 2189 2190 |
# File 'sig/types.rbs', line 2188 def path @path end |