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

FaultRootCause

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

The root cause information for a trace summary fault.

interface FaultRootCause {
ClientImpacting?: boolean | null;
Services?: FaultRootCauseService[] | null;
}

§Properties

§
ClientImpacting?: boolean | null
[src]

A flag that denotes that the root cause impacts the trace client.

§
Services?: FaultRootCauseService[] | null
[src]

A list of corresponding services. A service identifies a segment and it contains a name, account ID, type, and inferred flag.