Class: Aws::QuickSight::Types::InvalidRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::InvalidRequestException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
You don’t have this feature activated for your account. To fix this issue, contact Amazon Web Services support.
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
18177 18178 18179 18180 18181 18182 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18177 class InvalidRequestException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this request.
18177 18178 18179 18180 18181 18182 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18177 class InvalidRequestException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |