@Generated(value="software.amazon.awssdk:codegen") public class IdempotentParameterMismatchException extends SSMException implements software.amazon.awssdk.utils.builder.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() |
static Class<? extends IdempotentParameterMismatchException.Builder> |
serializableBuilderClass() |
IdempotentParameterMismatchException.Builder |
toBuilder() |
errorCode, errorCode, errorMessage, errorMessage, errorType, errorType, getMessage, headers, headers, rawResponse, rawResponse, requestId, requestId, serviceName, serviceName, statusCode, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IdempotentParameterMismatchException.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<IdempotentParameterMismatchException.Builder,IdempotentParameterMismatchException>public static IdempotentParameterMismatchException.Builder builder()
public static Class<? extends IdempotentParameterMismatchException.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.