Skip to content

DynamoDB  >  Errors  >  BackupInUseException

BackupInUseException

Error Class

BackupInUseException dataclass

Bases: ServiceError

There is another ongoing conflicting backup control plane operation on the table. The backup is either being created, deleted or restored to a table.

Attributes

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