Skip to content

Api Gateway  >  Errors  >  UnauthorizedException

UnauthorizedException

Error Class

UnauthorizedException dataclass

Bases: ServiceError

The request is denied because the caller has insufficient permissions.

Attributes

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