@Generated(value="software.amazon.awssdk:codegen") public class IdempotentParameterMismatchException extends MachineLearningException implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<IdempotentParameterMismatchException.Builder,IdempotentParameterMismatchException>
A second request to use or change an object was not allowed. This can result from retrying a request using a parameter that was not present in the original request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IdempotentParameterMismatchException.Builder |
AmazonServiceException.ErrorType| Modifier and Type | Method and Description |
|---|---|
static IdempotentParameterMismatchException.Builder |
builder() |
Integer |
code() |
static Class<? extends IdempotentParameterMismatchException.Builder> |
serializableBuilderClass() |
IdempotentParameterMismatchException.Builder |
toBuilder() |
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, 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()
public Integer code()
Copyright © 2017. All rights reserved.