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

UnprocessedQueryExecutionId

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

Describes a query execution that failed to process.

interface UnprocessedQueryExecutionId {
ErrorCode?: string | null;
ErrorMessage?: string | null;
QueryExecutionId?: string | null;
}

§Properties

§
ErrorCode?: string | null
[src]

The error code returned when the query execution failed to process, if applicable.

§
ErrorMessage?: string | null
[src]

The error message returned when the query execution failed to process, if applicable.

§
QueryExecutionId?: string | null
[src]

The unique identifier of the query execution.