Class ConcurrentModificationException

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

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

Raised when a request attempts to modify data that is concurrently being modified by another process.

See Also: