Class: Aws::QuickSight::Types::InvalidParameterValueException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

One or more parameters has a value that isn’t valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


17329
17330
17331
17332
17333
17334
# File 'lib/aws-sdk-quicksight/types.rb', line 17329

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

#request_idString

The Amazon Web Services request ID for this request.

Returns:

  • (String)


17329
17330
17331
17332
17333
17334
# File 'lib/aws-sdk-quicksight/types.rb', line 17329

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