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

EvaluationStatus

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

Returns status details of an evaluation.

interface EvaluationStatus {
FailureReason?: string | null;
}

§Properties

§
FailureReason?: string | null
[src]

An explanation for failed execution status.

§

The status of an execution. The valid values are In_Progress, Succeeded or Failed.