Class: Aws::QuickSight::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AccessDeniedException
- 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 Quick Sight service, that your policies have the correct permissions, and that you are using the correct credentials.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#request_id ⇒ String
The Amazon Web Services request ID for this request.
Instance Attribute Details
#message ⇒ String
52 53 54 55 56 57 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 52 class AccessDeniedException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this request.
52 53 54 55 56 57 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 52 class AccessDeniedException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |