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

BatchCreateRumMetricDefinitionsError

import type { BatchCreateRumMetricDefinitionsError } 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 BatchCreateRumMetricDefinitionsError {
ErrorCode: string;
ErrorMessage: string;
MetricDefinition: MetricDefinitionRequest;
}

§Properties

§
ErrorCode: string
[src]

The error code.

§
ErrorMessage: string
[src]

The error message for this metric definition.

§

The metric definition that caused this error.