Class: Aws::CloudDirectory::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::AccessDeniedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Access denied or directory not found. Either you don’t have permissions for this directory or the directory does not exist. Try calling ListDirectories and check your permissions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
22 23 24 25 26 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 22 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |