Class: Aws::KendraRanking::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KendraRanking::Types::AccessDeniedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendraranking/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
22 23 24 25 26 |
# File 'lib/aws-sdk-kendraranking/types.rb', line 22 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |