Class IdempotentParameterMismatchException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<IdempotentParameterMismatchException.Builder,IdempotentParameterMismatchException>

@Generated("software.amazon.awssdk:codegen") public final class IdempotentParameterMismatchException extends DynamoDbException implements ToCopyableBuilder<IdempotentParameterMismatchException.Builder,IdempotentParameterMismatchException>

DynamoDB rejected the request because you retried a request with a different payload but with an idempotent token that was already used.

See Also: