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

FailureHandlingPolicy

import type { FailureHandlingPolicy } from "https://aws-api.deno.dev/v0.4/services/sagemakeredge.ts?docs=full";
type FailureHandlingPolicy = "ROLLBACK_ON_FAILURE" | "DO_NOTHING" | cmnP.UnexpectedEnumValue;

§Type

§
"ROLLBACK_ON_FAILURE" | "DO_NOTHING" | cmnP.UnexpectedEnumValue
[src]