Class: Aws::Types::PropertyValidationExceptionProperty
- Inherits:
-
Object
- Object
- Aws::Types::PropertyValidationExceptionProperty
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#property_path ⇒ ::String
Returns the value of attribute property_path.
-
#reason ⇒ "INVALID_FORMAT", ...
Returns the value of attribute reason.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
6459 6460 6461 |
# File 'sig/types.rbs', line 6459 def @message end |
#property_path ⇒ ::String
Returns the value of attribute property_path.
6457 6458 6459 |
# File 'sig/types.rbs', line 6457 def property_path @property_path end |
#reason ⇒ "INVALID_FORMAT", ...
Returns the value of attribute reason.
6458 6459 6460 |
# File 'sig/types.rbs', line 6458 def reason @reason end |