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

#messageString

Returns:

  • (String)


24093
24094
24095
24096
24097
24098
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24093

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

#request_idString

The Amazon Web Services request ID for this request.

Returns:

  • (String)


24093
24094
24095
24096
24097
24098
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24093

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