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

RepositoryTriggerExecutionFailure

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

A trigger failed to run.

interface RepositoryTriggerExecutionFailure {
failureMessage?: string | null;
trigger?: string | null;
}

§Properties

§
failureMessage?: string | null
[src]

Message information about the trigger that did not run.

§
trigger?: string | null
[src]

The name of the trigger that did not run.