Class IntegrationConflictOperationException

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

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

A conflicting conditional operation is currently in progress against this resource. Typically occurs when there are multiple requests being made to the same resource at the same time, and these requests conflict with each other.

See Also: