Class: Aws::Kendra::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::AccessDeniedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
You don’t have sufficient access to perform this action. Please ensure you have the required permission policies and user accounts and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
56 57 58 59 60 |
# File 'lib/aws-sdk-kendra/types.rb', line 56 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |