public enum VpcErrorCode extends Enum<VpcErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static VpcErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VpcErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VpcErrorCode FAILEDOPERATION_CALLVPCOSSFAILED
public static final VpcErrorCode INVALIDPARAMETER_FILTERINVALIDKEY
public static final VpcErrorCode INVALIDPARAMETER_FILTERVALUESNOTLIST
public static final VpcErrorCode INVALIDPARAMETERVALUE_LIMITEXCEEDED
public static final VpcErrorCode INVALIDPARAMETERVALUE_MALFORMED
public static final VpcErrorCode INVALIDPARAMETERVALUE_RANGE
public static final VpcErrorCode RESOURCENOTFOUND
public static VpcErrorCode[] values()
for (VpcErrorCode c : VpcErrorCode.values()) System.out.println(c);
public static VpcErrorCode 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 getValue()
Copyright © 2025. All rights reserved.