Class ConcurrentModificationException

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

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

Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.

See Also: