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

FileSystemFailureDetails

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

A structure providing details of any failures that occurred when creating a file system.

interface FileSystemFailureDetails {
Message?: string | null;
}

§Properties

§
Message?: string | null
[src]

A message describing any failures that occurred during file system creation.