Class: Aws::Types::AccessDeniedException
- Inherits:
-
Object
- Object
- Aws::Types::AccessDeniedException
- 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.
-
#sub_error_code ⇒ "INVALID_GRAPH_ARN", ...
Returns the value of attribute sub_error_code.
-
#sub_error_code_reason ⇒ ::String
Returns the value of attribute sub_error_code_reason.
Instance Attribute Details
#error_code ⇒ "INVALID_GRAPH_ARN", ...
Returns the value of attribute error_code.
18 19 20 |
# File 'sig/types.rbs', line 18 def error_code @error_code end |
#error_code_reason ⇒ ::String
Returns the value of attribute error_code_reason.
19 20 21 |
# File 'sig/types.rbs', line 19 def error_code_reason @error_code_reason end |
#message ⇒ ::String
Returns the value of attribute message.
17 18 19 |
# File 'sig/types.rbs', line 17 def @message end |
#sub_error_code ⇒ "INVALID_GRAPH_ARN", ...
Returns the value of attribute sub_error_code.
20 21 22 |
# File 'sig/types.rbs', line 20 def sub_error_code @sub_error_code end |
#sub_error_code_reason ⇒ ::String
Returns the value of attribute sub_error_code_reason.
21 22 23 |
# File 'sig/types.rbs', line 21 def sub_error_code_reason @sub_error_code_reason end |