Skip to content

DynamoDB  >  Errors  >  IndexNotFoundException

IndexNotFoundException

Error Class

IndexNotFoundException dataclass

Bases: ServiceError

The operation tried to access a nonexistent index.

Attributes

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