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

DescribeTableDataImportJobResult

import type { DescribeTableDataImportJobResult } from "https://aws-api.deno.dev/v0.4/services/honeycode.ts?docs=full";
interface DescribeTableDataImportJobResult {
errorCode?: ErrorCode | null;
message: string;
}

§Properties

§
errorCode?: ErrorCode | null
[src]

If job status is failed, error code to understand reason for the failure.

§

The metadata about the job that was submitted for import.

§

The current status of the import job.

§
message: string
[src]

A message providing more details about the current status of the import job.