@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()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException . |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
requestId, statusCode
retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
public IncompatibleParameterErrorException.Builder toBuilder()
AwsServiceException
AwsServiceException.Builder
initialized with the properties of this AwsServiceException
.toBuilder
in interface ToCopyableBuilder<IncompatibleParameterErrorException.Builder,IncompatibleParameterErrorException>
toBuilder
in class FSxException
public static IncompatibleParameterErrorException.Builder builder()
public static Class<? extends IncompatibleParameterErrorException.Builder> serializableBuilderClass()
public String parameter()
A parameter that is incompatible with the earlier request.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.