Skip to content

CloudTrail  >  Errors  >  ConflictException

ConflictException

Error Class

ConflictException dataclass

Bases: ServiceError

This exception is thrown when the specified resource is not ready for an operation. This can occur when you try to run an operation on a resource before CloudTrail has time to fully load the resource, or because another operation is modifying the resource. If this exception occurs, wait a few minutes, and then try the operation again.

Attributes

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