Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BatchStopJobRunError

import type { BatchStopJobRunError } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";

Records an error that occurred when attempting to stop a specified job run.

interface BatchStopJobRunError {
ErrorDetail?: ErrorDetail | null;
JobName?: string | null;
JobRunId?: string | null;
}

§Properties

§
ErrorDetail?: ErrorDetail | null
[src]

Specifies details about the error that was encountered.

§
JobName?: string | null
[src]

The name of the job definition that is used in the job run in question.

§
JobRunId?: string | null
[src]

The JobRunId of the job run in question.