Class: Aws::DirectoryService::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::AccessDeniedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
You do not have sufficient access to perform this action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The descriptive message for the exception.
-
#request_id ⇒ String
The Amazon Web Services request identifier.
Instance Attribute Details
#message ⇒ String
The descriptive message for the exception.
51 52 53 54 55 56 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 51 class AccessDeniedException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request identifier.
51 52 53 54 55 56 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 51 class AccessDeniedException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |