@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IncompatibleParameterErrorException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static IncompatibleParameterErrorException.Builder |
builder() |
String |
parameter()
A parameter that is incompatible with the earlier request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends IncompatibleParameterErrorException.Builder> |
serializableBuilderClass() |
IncompatibleParameterErrorException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionextendedRequestId, requestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic IncompatibleParameterErrorException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IncompatibleParameterErrorException.Builder,IncompatibleParameterErrorException>toBuilder in class FSxExceptionpublic static IncompatibleParameterErrorException.Builder builder()
public static Class<? extends IncompatibleParameterErrorException.Builder> serializableBuilderClass()
public String parameter()
A parameter that is incompatible with the earlier request.
Copyright © 2023. All rights reserved.