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)


20413
20414
20415
20416
20417
20418
# File 'lib/aws-sdk-quicksight/types.rb', line 20413

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)


20413
20414
20415
20416
20417
20418
# File 'lib/aws-sdk-quicksight/types.rb', line 20413

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