Bedrock Runtime > Errors > ModelErrorException ModelErrorException¶ Error Class¶ ModelErrorException dataclass ¶ Bases: ServiceError The request failed due to an error while processing the model. Attributes¶ fault class-attribute instance-attribute ¶ fault: Literal['client', 'server'] | None = 'client' original_status_code class-attribute instance-attribute ¶ original_status_code: int | None = None The original status code. resource_name class-attribute instance-attribute ¶ resource_name: str | None = None The resource name.