Class: Aws::QuickSight::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AccessDeniedException
- Includes:
- Structure
- Defined in:
- 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
- #message ⇒ String
-
#request_id ⇒ String
The Amazon Web Services request ID for this request.
Instance Attribute Details
#message ⇒ String
28 29 30 31 32 33 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28 class AccessDeniedException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this request.
28 29 30 31 32 33 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28 class AccessDeniedException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |