Skip to content

DynamoDB  >  Errors  >  TableInUseException

TableInUseException

Error Class

TableInUseException dataclass

Bases: ServiceError

A target table with the specified name is either being created or deleted.

Attributes

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