Class IdempotencyParameterMismatchException

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

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

The client request token is not valid. Either the token is not in a valid format, or the token has been used in a previous request and cannot be reused.

See Also: