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

ClusterIssueCode

import type { ClusterIssueCode } from "https://aws-api.deno.dev/v0.4/services/eks.ts?docs=full";
type ClusterIssueCode =
| "AccessDenied"
| "ClusterUnreachable"
| "ConfigurationConflict"
| "InternalFailure"
| "ResourceLimitExceeded"
| "ResourceNotFound"

§Type

§
"AccessDenied" | "ClusterUnreachable" | "ConfigurationConflict" | "InternalFailure" | "ResourceLimitExceeded" | "ResourceNotFound" | cmnP.UnexpectedEnumValue
[src]