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

GetQueryStateResponse

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

A structure for the output.

interface GetQueryStateResponse {
Error?: string | null;
}

§Properties

§
Error?: string | null
[src]

An error message when the operation fails.

§

The state of a query previously submitted. The possible states are:

  • PENDING: the query is pending.
  • WORKUNITS_AVAILABLE: some work units are ready for retrieval and execution.
  • FINISHED: the query planning finished successfully, and all work units are ready for retrieval and execution.
  • ERROR: an error occurred with the query, such as an invalid query ID or a backend error.