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

FailStepMetadata

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

The container for the metadata for Fail step.

interface FailStepMetadata {
ErrorMessage?: string | null;
}

§Properties

§
ErrorMessage?: string | null
[src]

A message that you define and then is processed and rendered by the Fail step when the error occurs.