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

UnprocessedStatistics

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

Sampling statistics from a call to GetSamplingTargets that X-Ray could not process.

interface UnprocessedStatistics {
ErrorCode?: string | null;
Message?: string | null;
RuleName?: string | null;
}

§Properties

§
ErrorCode?: string | null
[src]

The error code.

§
Message?: string | null
[src]

The error message.

§
RuleName?: string | null
[src]

The name of the sampling rule.