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

UnprocessedCluster

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

A cluster whose updates have failed

interface UnprocessedCluster {
ClusterName?: string | null;
ErrorMessage?: string | null;
ErrorType?: string | null;
}

§Properties

§
ClusterName?: string | null
[src]

The name of the cluster

§
ErrorMessage?: string | null
[src]

The error message associated with the update failure

§
ErrorType?: string | null
[src]

The error type associated with the update failure