Skip to content

CloudTrail  >  Errors  >  ConcurrentModificationException

ConcurrentModificationException

Error Class

ConcurrentModificationException dataclass

Bases: ServiceError

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.

Attributes

fault class-attribute instance-attribute
fault: Literal['client', 'server'] | None = 'client'