Class: Aws::Kendra::Types::AccessDeniedException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kendra/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

#messageString

Returns:

  • (String)


56
57
58
59
60
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 56

class AccessDeniedException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end