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

FailureDetails

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

Represents information about failure details.

interface FailureDetails {
externalExecutionId?: string | null;
message: string;
}

§Properties

§
externalExecutionId?: string | null
[src]

The external ID of the run of the action that failed.

§
message: string
[src]

The message about the failure.

§

The type of the failure.