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

LastReportGenerationExecutionError

import type { LastReportGenerationExecutionError } from "https://aws-api.deno.dev/v0.4/services/appstream.ts?docs=full";

Describes the error that is returned when a usage report can't be generated.

interface LastReportGenerationExecutionError {
ErrorCode?: UsageReportExecutionErrorCode | null;
ErrorMessage?: string | null;
}

§Properties

§

The error code for the error that is returned when a usage report can't be generated.

§
ErrorMessage?: string | null
[src]

The error message for the error that is returned when a usage report can't be generated.