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

FailureDescription

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

Provides details in case one of the following operations fails due to an error related to KMS: "CreateDeliveryStream", "DeleteDeliveryStream", "StartDeliveryStreamEncryption", "StopDeliveryStreamEncryption".

interface FailureDescription {
Details: string;
}

§Properties

§
Details: string
[src]

A message providing details about the error that caused the failure.

§

The type of error that caused the failure.