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

NodegroupIssueCode

import type { NodegroupIssueCode } from "https://aws-api.deno.dev/v0.3/services/eks.ts?docs=full";
type NodegroupIssueCode =
| "AutoScalingGroupNotFound"
| "AutoScalingGroupInvalidConfiguration"
| "Ec2SecurityGroupNotFound"
| "Ec2SecurityGroupDeletionFailure"
| "Ec2LaunchTemplateNotFound"
| "Ec2LaunchTemplateVersionMismatch"
| "Ec2SubnetNotFound"
| "Ec2SubnetInvalidConfiguration"
| "IamInstanceProfileNotFound"
| "IamLimitExceeded"
| "IamNodeRoleNotFound"
| "NodeCreationFailure"
| "AsgInstanceLaunchFailures"
| "InstanceLimitExceeded"
| "InsufficientFreeAddresses"
| "AccessDenied"
| "InternalFailure"
| "ClusterUnreachable"

§Type

§
"AutoScalingGroupNotFound" | "AutoScalingGroupInvalidConfiguration" | "Ec2SecurityGroupNotFound" | "Ec2SecurityGroupDeletionFailure" | "Ec2LaunchTemplateNotFound" | "Ec2LaunchTemplateVersionMismatch" | "Ec2SubnetNotFound" | "Ec2SubnetInvalidConfiguration" | "IamInstanceProfileNotFound" | "IamLimitExceeded" | "IamNodeRoleNotFound" | "NodeCreationFailure" | "AsgInstanceLaunchFailures" | "InstanceLimitExceeded" | "InsufficientFreeAddresses" | "AccessDenied" | "InternalFailure" | "ClusterUnreachable" | cmnP.UnexpectedEnumValue
[src]