Class: Aws::Types::PropertyValidationException
- Inherits:
-
Object
- Object
- Aws::Types::PropertyValidationException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#property_list ⇒ ::Array[Types::PropertyValidationExceptionProperty]
Returns the value of attribute property_list.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
6451 6452 6453 |
# File 'sig/types.rbs', line 6451 def @message end |
#property_list ⇒ ::Array[Types::PropertyValidationExceptionProperty]
Returns the value of attribute property_list.
6452 6453 6454 |
# File 'sig/types.rbs', line 6452 def property_list @property_list end |