Class IncompatibleParameterErrorException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<IncompatibleParameterErrorException.Builder,IncompatibleParameterErrorException>

@Generated("software.amazon.awssdk:codegen") public final class IncompatibleParameterErrorException extends FSxException implements ToCopyableBuilder<IncompatibleParameterErrorException.Builder,IncompatibleParameterErrorException>

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.

See Also: