Class: Aws::QuickSight::Types::InvalidDataSetParameterValueException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::InvalidDataSetParameterValueException
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
An exception thrown when an invalid parameter value is provided for dataset operations.
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
24462 24463 24464 24465 24466 24467 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24462 class InvalidDataSetParameterValueException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this request.
24462 24463 24464 24465 24466 24467 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24462 class InvalidDataSetParameterValueException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |