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

DisableFastSnapshotRestoreErrorItem

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

Contains information about the errors that occurred when disabling fast snapshot restores.

interface DisableFastSnapshotRestoreErrorItem {
FastSnapshotRestoreStateErrors: DisableFastSnapshotRestoreStateErrorItem[];
SnapshotId?: string | null;
}

§Properties

§
FastSnapshotRestoreStateErrors: DisableFastSnapshotRestoreStateErrorItem[]
[src]

The errors.

§
SnapshotId?: string | null
[src]

The ID of the snapshot.