Skip to content

DynamoDB  >  Errors  >  ResourceNotFoundException

ResourceNotFoundException

Error Class

ResourceNotFoundException dataclass

Bases: ServiceError

The operation tried to access a nonexistent table or index. The resource might not be specified correctly, or its status might not be ACTIVE.

Attributes

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