Class: Aws::WorkspacesInstances::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkspacesInstances::Types::AccessDeniedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesinstances/types.rb
Overview
Indicates insufficient permissions to perform the requested action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Detailed explanation of the access denial.
Instance Attribute Details
#message ⇒ String
Detailed explanation of the access denial.
21 22 23 24 25 |
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 21 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |