Class: Aws::FSx::Types::IncompatibleParameterError
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::IncompatibleParameterError
- Includes:
- Structure
- Defined in:
- 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.
5737 5738 5739 5740 5741 5742 |
# File 'lib/aws-sdk-fsx/types.rb', line 5737 class IncompatibleParameterError < Struct.new( :parameter, :message) SENSITIVE = [] include Aws::Structure end |
#parameter ⇒ String
A parameter that is incompatible with the earlier request.
5737 5738 5739 5740 5741 5742 |
# File 'lib/aws-sdk-fsx/types.rb', line 5737 class IncompatibleParameterError < Struct.new( :parameter, :message) SENSITIVE = [] include Aws::Structure end |