Bedrock > Structures > BatchDeleteAdvancedPromptOptimizationJobError BatchDeleteAdvancedPromptOptimizationJobError¶ Structure Class¶ BatchDeleteAdvancedPromptOptimizationJobError dataclass ¶ Contains information about an error that occurred when deleting an advanced prompt optimization job. Attributes¶ code instance-attribute ¶ code: str The error code for the deletion failure. job_identifier instance-attribute ¶ job_identifier: str The identifier of the job that could not be deleted. message class-attribute instance-attribute ¶ message: str | None = None A message describing the error.