Class IdempotentParameterMismatchException

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

@Generated("software.amazon.awssdk:codegen") public final class IdempotentParameterMismatchException extends SsmException implements 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.

See Also: