Class: Aws::Types::ValidationException
- Inherits:
-
Object
- Object
- Aws::Types::ValidationException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ "INVALID_GRAPH_ARN", ...
Returns the value of attribute error_code.
-
#error_code_reason ⇒ ::String
Returns the value of attribute error_code_reason.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#error_code ⇒ "INVALID_GRAPH_ARN", ...
Returns the value of attribute error_code.
521 522 523 |
# File 'sig/types.rbs', line 521 def error_code @error_code end |
#error_code_reason ⇒ ::String
Returns the value of attribute error_code_reason.
522 523 524 |
# File 'sig/types.rbs', line 522 def error_code_reason @error_code_reason end |
#message ⇒ ::String
Returns the value of attribute message.
520 521 522 |
# File 'sig/types.rbs', line 520 def @message end |