@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 Ec2SecurityGroupNotFound
public static final NodegroupIssueCode Ec2SecurityGroupDeletionFailure
public static final NodegroupIssueCode Ec2LaunchTemplateNotFound
public static final NodegroupIssueCode Ec2LaunchTemplateVersionMismatch
public static final NodegroupIssueCode IamInstanceProfileNotFound
public static final NodegroupIssueCode IamNodeRoleNotFound
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 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.