Class: Aws::Types::ValidationException
- Inherits:
-
Object
- Object
- Aws::Types::ValidationException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_arguments ⇒ ::Array[Types::ValidationExceptionErrorArgument]
Returns the value of attribute error_arguments.
-
#error_id ⇒ ::String
Returns the value of attribute error_id.
-
#fields ⇒ ::Array[Types::ValidationExceptionField]
Returns the value of attribute fields.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#reason ⇒ "UNKNOWN_OPERATION", ...
Returns the value of attribute reason.
Instance Attribute Details
#error_arguments ⇒ ::Array[Types::ValidationExceptionErrorArgument]
Returns the value of attribute error_arguments.
855 856 857 |
# File 'sig/types.rbs', line 855 def error_arguments @error_arguments end |
#error_id ⇒ ::String
Returns the value of attribute error_id.
856 857 858 |
# File 'sig/types.rbs', line 856 def error_id @error_id end |
#fields ⇒ ::Array[Types::ValidationExceptionField]
Returns the value of attribute fields.
857 858 859 |
# File 'sig/types.rbs', line 857 def fields @fields end |
#message ⇒ ::String
Returns the value of attribute message.
858 859 860 |
# File 'sig/types.rbs', line 858 def @message end |
#reason ⇒ "UNKNOWN_OPERATION", ...
Returns the value of attribute reason.
859 860 861 |
# File 'sig/types.rbs', line 859 def reason @reason end |