Class IdempotentCallInProgressException

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

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

The service is currently processing another request with the same client token. Retry the request with the same client token—the in-flight operation will complete and return its result.

See Also: