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

BatchDescribeModelPackageError

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

The error code and error description associated with the resource.

interface BatchDescribeModelPackageError {
ErrorCode: string;
ErrorResponse: string;
}

§Properties

§
ErrorCode: string
[src]
§
ErrorResponse: string
[src]