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

DataRepositoryFailureDetails

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

Provides detailed information about the data repository if its Lifecycle is set to MISCONFIGURED or FAILED.

interface DataRepositoryFailureDetails {
Message?: string | null;
}

§Properties

§
Message?: string | null
[src]