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

EnableFastSnapshotRestoreErrorItem

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

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

interface EnableFastSnapshotRestoreErrorItem {
FastSnapshotRestoreStateErrors: EnableFastSnapshotRestoreStateErrorItem[];
SnapshotId?: string | null;
}

§Properties

§
FastSnapshotRestoreStateErrors: EnableFastSnapshotRestoreStateErrorItem[]
[src]

The errors.

§
SnapshotId?: string | null
[src]

The ID of the snapshot.