@Generated(value="software.amazon.awssdk:codegen") public final class IdempotentParameterMismatchException extends SsmException implements ToCopyableBuilder<IdempotentParameterMismatchException.Builder,IdempotentParameterMismatchException>
Error returned when an idempotent operation is retried and the parameters don't match the original call to the API with the same idempotency token.
Modifier and Type | Class and Description |
---|---|
static interface |
IdempotentParameterMismatchException.Builder |
Modifier and Type | Method and Description |
---|---|
static IdempotentParameterMismatchException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends IdempotentParameterMismatchException.Builder> |
serializableBuilderClass() |
IdempotentParameterMismatchException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
extendedRequestId, requestId, statusCode
create, retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
equalsBySdkFields
public IdempotentParameterMismatchException.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<IdempotentParameterMismatchException.Builder,IdempotentParameterMismatchException>
toBuilder
in class SsmException
public static IdempotentParameterMismatchException.Builder builder()
public static Class<? extends IdempotentParameterMismatchException.Builder> serializableBuilderClass()
Copyright © 2022. All rights reserved.