Class: Aws::FSx::Types::IncompatibleParameterError
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::IncompatibleParameterError
- 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
-
#message ⇒ String
A detailed error message.
-
#parameter ⇒ String
A parameter that is incompatible with the earlier request.
Instance Attribute Details
#message ⇒ String
A detailed error message.
6260 6261 6262 6263 6264 6265 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 6260 class IncompatibleParameterError < Struct.new( :parameter, :message) SENSITIVE = [] include Aws::Structure end |
#parameter ⇒ String
A parameter that is incompatible with the earlier request.
6260 6261 6262 6263 6264 6265 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 6260 class IncompatibleParameterError < Struct.new( :parameter, :message) SENSITIVE = [] include Aws::Structure end |