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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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

#message ⇒ String

Returns:

  • (String)


28922
28923
28924
28925
28926
28927
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28922

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

#request_id ⇒ String

The Amazon Web Services request ID for this request.

Returns:

  • (String)


28922
28923
28924
28925
28926
28927
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28922

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