Skip to content

DynamoDB  >  Errors  >  ResourceInUseException

ResourceInUseException

Error Class

ResourceInUseException dataclass

Bases: ServiceError

The operation conflicts with the resource's availability. For example:

  • You attempted to recreate an existing table.

  • You tried to delete a table currently in the CREATING state.

  • You tried to update a resource that was already being updated.

When appropriate, wait for the ongoing update to complete and attempt the request again.

Attributes

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