Bedrock Agent Runtime > Errors > InternalServerException InternalServerException¶ Error Class¶ InternalServerException dataclass ¶ Bases: ServiceError An internal server error occurred. Retry your request. Attributes¶ fault class-attribute instance-attribute ¶ fault: Literal['client', 'server'] | None = 'server' reason class-attribute instance-attribute ¶ reason: str | None = None The reason for the exception. If the reason is BEDROCK_MODEL_INVOCATION_SERVICE_UNAVAILABLE, the model invocation service is unavailable. Retry your request.