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

LastUpdateStatus

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

A value that indicates whether the update was successful.

interface LastUpdateStatus {
FailureReason?: string | null;
}

§Properties

§
FailureReason?: string | null
[src]

If the update wasn't successful, indicates the reason why it failed.

§

A value that indicates whether the update was made successful.