Skip to content

Api Gateway  >  Errors  >  NotFoundException

NotFoundException

Error Class

NotFoundException dataclass

Bases: ServiceError

The requested resource is not found. Make sure that the request URI is correct.

Attributes

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