Class IdempotencyParameterMismatchException

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

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

Parameters on this idempotent request are inconsistent with parameters used in previous request(s).

For a list of error codes and more information on Amazon S3 errors, see Error codes.

Idempotency ensures that an API request completes no more than one time. With an idempotent request, if the original request completes successfully, any subsequent retries complete successfully without performing any further actions.

See Also: