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

GetCampaignStateBatchFailureCode

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

A predefined code indicating the error that caused the failure in getting state of campaigns

type GetCampaignStateBatchFailureCode = "ResourceNotFound" | "UnknownError" | cmnP.UnexpectedEnumValue;

§Type

§
"ResourceNotFound" | "UnknownError" | cmnP.UnexpectedEnumValue
[src]