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

ExportTaskStatus

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

Represents the status of an export task.

interface ExportTaskStatus {
code?: ExportTaskStatusCode | null;
message?: string | null;
}

§Properties

§

The status code of the export task.

§
message?: string | null
[src]

The status message related to the status code.