Class: Aws::QuickSight::Types::InvalidDataSetParameterValueException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#message ⇒ String

Returns:

  • (String)


28868
28869
28870
28871
28872
28873
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28868

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

#request_id ⇒ String

The Amazon Web Services request ID for this request.

Returns:

  • (String)


28868
28869
28870
28871
28872
28873
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28868

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