ModelError¶
Error Class¶
ModelError
dataclass
¶
Bases: ServiceError
An error occurred while processing the model.
Attributes¶
log_stream_arn
class-attribute
instance-attribute
¶
log_stream_arn: str | None = None
CloudWatch log stream ARN.
original_message
class-attribute
instance-attribute
¶
original_message: str | None = None
Original error message from the model.
original_status_code
class-attribute
instance-attribute
¶
original_status_code: int | None = None
HTTP status code returned by model.