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

RemoveTargetsResultEntry

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

Represents a target that failed to be removed from a rule.

interface RemoveTargetsResultEntry {
ErrorCode?: string | null;
ErrorMessage?: string | null;
TargetId?: string | null;
}

§Properties

§
ErrorCode?: string | null
[src]

The error code that indicates why the target removal failed. If the value is ConcurrentModificationException, too many requests were made at the same time.

§
ErrorMessage?: string | null
[src]

The error message that explains why the target removal failed.

§
TargetId?: string | null
[src]

The ID of the target.