Class ConcurrentModificationException

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

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

You are trying to update a resource when another request is in progress. Allow sufficient wait time for the previous request to complete, then retry your request.

See Also: