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

BatchDeleteRumMetricDefinitionsError

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

A structure that defines one error caused by a BatchCreateRumMetricsDefinitions operation.

interface BatchDeleteRumMetricDefinitionsError {
ErrorCode: string;
ErrorMessage: string;
MetricDefinitionId: string;
}

§Properties

§
ErrorCode: string
[src]

The error code.

§
ErrorMessage: string
[src]

The error message for this metric definition.

§
MetricDefinitionId: string
[src]

The ID of the metric definition that caused this error.