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 ⇒ "MISSING_BILLING_ADJUSTMENTS", ...
Returns the value of attribute reason.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#fields ⇒ ::Array[Types::ValidationExceptionField]
Returns the value of attribute fields.
929 930 931 |
# File 'sig/types.rbs', line 929 def fields @fields end |
#message ⇒ ::String
Returns the value of attribute message.
927 928 929 |
# File 'sig/types.rbs', line 927 def @message end |
#reason ⇒ "MISSING_BILLING_ADJUSTMENTS", ...
Returns the value of attribute reason.
928 929 930 |
# File 'sig/types.rbs', line 928 def reason @reason end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
926 927 928 |
# File 'sig/types.rbs', line 926 def request_id @request_id end |