Skip to content

Api Gateway  >  Errors  >  ServiceUnavailableException

ServiceUnavailableException

Error Class

ServiceUnavailableException dataclass

Bases: ServiceError

The requested service is not available. For details see the accompanying error message. Retry after the specified time period.

Attributes

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