Class: Aws::QuickSight::Types::InvalidParameterException

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

Overview

One or more parameter has a value that isn't valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#message ⇒ String

Returns:

  • (String)


28904
28905
28906
28907
28908
28909
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28904

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

#request_id ⇒ String

The Amazon Web Services request ID for this request.

Returns:

  • (String)


28904
28905
28906
28907
28908
28909
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28904

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