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

RecipeVersionErrorDetail

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

Represents any errors encountered when attempting to delete multiple recipe versions.

interface RecipeVersionErrorDetail {
ErrorCode?: string | null;
ErrorMessage?: string | null;
RecipeVersion?: string | null;
}

§Properties

§
ErrorCode?: string | null
[src]

The HTTP status code for the error.

§
ErrorMessage?: string | null
[src]

The text of the error message.

§
RecipeVersion?: string | null
[src]

The identifier for the recipe version associated with this error.