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

BatchFailedResultModel

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

Details from a failed operation

interface BatchFailedResultModel {
Arn?: string | null;
Code?: string | null;
Id?: string | null;
Message?: string | null;
}

§Properties

§
Arn?: string | null
[src]

ARN of the resource

§
Code?: string | null
[src]

Error code for the failed operation

§
Id?: string | null
[src]

ID of the resource

§
Message?: string | null
[src]

Error message for the failed operation