Skip to content

Lambda  >  Errors  >  ResourceInUseException

ResourceInUseException

Error Class

ResourceInUseException dataclass

Bases: ServiceError

The operation conflicts with the resource's availability. For example, you tried to update an event source mapping in the CREATING state, or you tried to delete an event source mapping currently UPDATING.

Attributes

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