Class: Aws::QuickSight::Types::AccessDeniedException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


28
29
30
31
32
33
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28

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

#request_idString

The Amazon Web Services request ID for this request.

Returns:

  • (String)


28
29
30
31
32
33
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28

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