@Generated(value="software.amazon.awssdk:codegen") public enum NodegroupIssueCode extends Enum<NodegroupIssueCode>
| Modifier and Type | Method and Description |
|---|---|
static NodegroupIssueCode |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<NodegroupIssueCode> |
knownValues()
|
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 AUTO_SCALING_GROUP_NOT_FOUND
public static final NodegroupIssueCode AUTO_SCALING_GROUP_INVALID_CONFIGURATION
public static final NodegroupIssueCode EC2_SECURITY_GROUP_NOT_FOUND
public static final NodegroupIssueCode EC2_SECURITY_GROUP_DELETION_FAILURE
public static final NodegroupIssueCode EC2_LAUNCH_TEMPLATE_NOT_FOUND
public static final NodegroupIssueCode EC2_LAUNCH_TEMPLATE_VERSION_MISMATCH
public static final NodegroupIssueCode EC2_SUBNET_NOT_FOUND
public static final NodegroupIssueCode EC2_SUBNET_INVALID_CONFIGURATION
public static final NodegroupIssueCode IAM_INSTANCE_PROFILE_NOT_FOUND
public static final NodegroupIssueCode IAM_LIMIT_EXCEEDED
public static final NodegroupIssueCode IAM_NODE_ROLE_NOT_FOUND
public static final NodegroupIssueCode NODE_CREATION_FAILURE
public static final NodegroupIssueCode ASG_INSTANCE_LAUNCH_FAILURES
public static final NodegroupIssueCode INSTANCE_LIMIT_EXCEEDED
public static final NodegroupIssueCode INSUFFICIENT_FREE_ADDRESSES
public static final NodegroupIssueCode ACCESS_DENIED
public static final NodegroupIssueCode INTERNAL_FAILURE
public static final NodegroupIssueCode CLUSTER_UNREACHABLE
public static final NodegroupIssueCode EC2_SUBNET_MISSING_IPV6_ASSIGNMENT
public static final NodegroupIssueCode UNKNOWN_TO_SDK_VERSION
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 valuepublic static Set<NodegroupIssueCode> knownValues()
values() to return a Set of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION.Set of known NodegroupIssueCodesCopyright © 2022. All rights reserved.