Class: Aws::Types::AccessDeniedException
- Inherits:
-
Object
- Object
- Aws::Types::AccessDeniedException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#reason ⇒ "INVALID_ACCOUNT_STATE", ...
Returns the value of attribute reason.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
113 114 115 |
# File 'sig/types.rbs', line 113 def @message end |
#reason ⇒ "INVALID_ACCOUNT_STATE", ...
Returns the value of attribute reason.
114 115 116 |
# File 'sig/types.rbs', line 114 def reason @reason end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
112 113 114 |
# File 'sig/types.rbs', line 112 def request_id @request_id end |