Class: Aws::Types::ValidationError
- Inherits:
-
Object
- Object
- Aws::Types::ValidationError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#reasons ⇒ ::Array[Types::ErrorDetail]
Returns the value of attribute reasons.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def end |
#reasons ⇒ ::Array[Types::ErrorDetail]
Returns the value of attribute reasons.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def reasons @reasons end |