@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum NodegroupIssueCode extends Enum<NodegroupIssueCode>
Modifier and Type | Method and Description |
---|---|
static NodegroupIssueCode |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static NodegroupIssueCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodegroupIssueCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NodegroupIssueCode AutoScalingGroupNotFound
public static final NodegroupIssueCode AutoScalingGroupInvalidConfiguration
public static final NodegroupIssueCode Ec2SecurityGroupNotFound
public static final NodegroupIssueCode Ec2SecurityGroupDeletionFailure
public static final NodegroupIssueCode Ec2LaunchTemplateNotFound
public static final NodegroupIssueCode Ec2LaunchTemplateVersionMismatch
public static final NodegroupIssueCode Ec2SubnetNotFound
public static final NodegroupIssueCode Ec2SubnetInvalidConfiguration
public static final NodegroupIssueCode IamInstanceProfileNotFound
public static final NodegroupIssueCode Ec2SubnetMissingIpv6Assignment
public static final NodegroupIssueCode IamLimitExceeded
public static final NodegroupIssueCode IamNodeRoleNotFound
public static final NodegroupIssueCode NodeCreationFailure
public static final NodegroupIssueCode AsgInstanceLaunchFailures
public static final NodegroupIssueCode InstanceLimitExceeded
public static final NodegroupIssueCode InsufficientFreeAddresses
public static final NodegroupIssueCode AccessDenied
public static final NodegroupIssueCode InternalFailure
public static final NodegroupIssueCode ClusterUnreachable
public static final NodegroupIssueCode AmiIdNotFound
public static final NodegroupIssueCode AutoScalingGroupOptInRequired
public static final NodegroupIssueCode AutoScalingGroupRateLimitExceeded
public static final NodegroupIssueCode Ec2LaunchTemplateDeletionFailure
public static final NodegroupIssueCode Ec2LaunchTemplateInvalidConfiguration
public static final NodegroupIssueCode Ec2LaunchTemplateMaxLimitExceeded
public static final NodegroupIssueCode Ec2SubnetListTooLong
public static final NodegroupIssueCode IamThrottling
public static final NodegroupIssueCode NodeTerminationFailure
public static final NodegroupIssueCode PodEvictionFailure
public static final NodegroupIssueCode SourceEc2LaunchTemplateNotFound
public static final NodegroupIssueCode LimitExceeded
public static final NodegroupIssueCode Unknown
public static final NodegroupIssueCode AutoScalingGroupInstanceRefreshActive
public static NodegroupIssueCode[] values()
for (NodegroupIssueCode c : NodegroupIssueCode.values()) System.out.println(c);
public static NodegroupIssueCode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<NodegroupIssueCode>
public static NodegroupIssueCode fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.