Bedrock > Structures > BatchDeleteEvaluationJobError BatchDeleteEvaluationJobError¶ Structure Class¶ BatchDeleteEvaluationJobError dataclass ¶ A JSON array that provides the status of the evaluation jobs being deleted. Attributes¶ code instance-attribute ¶ code: str A HTTP status code of the evaluation job being deleted. job_identifier class-attribute instance-attribute ¶ job_identifier: str = field(repr=False) The ARN of the evaluation job being deleted. message class-attribute instance-attribute ¶ message: str | None = None A status message about the evaluation job deletion.