Class: Aws::FSx::Types::IncompatibleParameterError

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

Overview

The error returned when a second request is received with the same client request token but different parameters settings. A client request token should always uniquely identify a single request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A detailed error message.

Returns:

  • (String)


6090
6091
6092
6093
6094
6095
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 6090

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

#parameterString

A parameter that is incompatible with the earlier request.

Returns:

  • (String)


6090
6091
6092
6093
6094
6095
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 6090

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