Skip to content

Sagemaker Runtime Http2  >  Errors  >  InternalServerError

InternalServerError

Error Class

InternalServerError dataclass

Bases: ServiceError

The request processing has failed because of an unknown error, exception or failure.

Attributes

error_code class-attribute instance-attribute
error_code: str | None = None

Error code.

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