Class: Aws::Types::ValidationException
- Inherits:
-
Object
- Object
- Aws::Types::ValidationException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fields ⇒ ::Array[Types::ValidationExceptionField]
Returns the value of attribute fields.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#reason ⇒ "CANNOT_ADD_OPTED_OUT_NUMBER", ...
Returns the value of attribute reason.
Instance Attribute Details
#fields ⇒ ::Array[Types::ValidationExceptionField]
Returns the value of attribute fields.
2533 2534 2535 |
# File 'sig/types.rbs', line 2533 def fields @fields end |
#message ⇒ ::String
Returns the value of attribute message.
2531 2532 2533 |
# File 'sig/types.rbs', line 2531 def @message end |
#reason ⇒ "CANNOT_ADD_OPTED_OUT_NUMBER", ...
Returns the value of attribute reason.
2532 2533 2534 |
# File 'sig/types.rbs', line 2532 def reason @reason end |