Skip to content

Bedrock Data Automation  >  Errors  >  InternalServerException

InternalServerException

Error Class

InternalServerException dataclass

Bases: ServiceError

This exception is thrown if there was an unexpected error during processing of request

Attributes

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