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

BackupFailureDetails

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

If backup creation fails, this structure contains the details of that failure.

interface BackupFailureDetails {
Message?: string | null;
}

§Properties

§
Message?: string | null
[src]

A message describing the backup-creation failure.