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

BatchDescribeTypeConfigurationsError

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

Detailed information concerning an error generated during the setting of configuration data for a CloudFormation extension.

interface BatchDescribeTypeConfigurationsError {
ErrorCode?: string | null;
ErrorMessage?: string | null;
TypeConfigurationIdentifier?: TypeConfigurationIdentifier | null;
}

§Properties

§
ErrorCode?: string | null
[src]

The error code.

§
ErrorMessage?: string | null
[src]

The error message.

§
TypeConfigurationIdentifier?: TypeConfigurationIdentifier | null
[src]