public enum SsmErrorCode extends Enum<SsmErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static SsmErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SsmErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SsmErrorCode AUTHFAILURE
public static final SsmErrorCode DRYRUNOPERATION
public static final SsmErrorCode FAILEDOPERATION
public static final SsmErrorCode FAILEDOPERATION_ACCESSKMSERROR
public static final SsmErrorCode FAILEDOPERATION_ROTATIONFORBIDDEN
public static final SsmErrorCode INTERNALERROR
public static final SsmErrorCode INVALIDPARAMETER
public static final SsmErrorCode INVALIDPARAMETERVALUE
public static final SsmErrorCode INVALIDPARAMETERVALUE_TAGKEYSDUPLICATED
public static final SsmErrorCode INVALIDPARAMETERVALUE_TAGSNOTEXISTED
public static final SsmErrorCode LIMITEXCEEDED
public static final SsmErrorCode MISSINGPARAMETER
public static final SsmErrorCode OPERATIONDENIED
public static final SsmErrorCode OPERATIONDENIED_ACCESSKEYOVERLIMIT
public static final SsmErrorCode OPERATIONDENIED_AUTOROTATEDRESOURCE
public static final SsmErrorCode OPERATIONDENIED_ROLENOTEXIST
public static final SsmErrorCode OPERATIONDENIED_UINNOTMATCH
public static final SsmErrorCode REQUESTLIMITEXCEEDED
public static final SsmErrorCode RESOURCEINUSE
public static final SsmErrorCode RESOURCEINUSE_SECRETEXISTS
public static final SsmErrorCode RESOURCEINUSE_VERSIONIDEXISTS
public static final SsmErrorCode RESOURCEINSUFFICIENT
public static final SsmErrorCode RESOURCENOTFOUND
public static final SsmErrorCode RESOURCENOTFOUND_SECRETNOTEXIST
public static final SsmErrorCode RESOURCEUNAVAILABLE
public static final SsmErrorCode RESOURCEUNAVAILABLE_NOTPURCHASED
public static final SsmErrorCode RESOURCEUNAVAILABLE_RESOURCEDISABLED
public static final SsmErrorCode RESOURCEUNAVAILABLE_RESOURCEPENDINGDELETED
public static final SsmErrorCode RESOURCEUNAVAILABLE_RESOURCEUNINITIALIZED
public static final SsmErrorCode RESOURCESSOLDOUT
public static final SsmErrorCode UNAUTHORIZEDOPERATION
public static final SsmErrorCode UNAUTHORIZEDOPERATION_ACCESSKMSERROR
public static final SsmErrorCode UNKNOWNPARAMETER
public static final SsmErrorCode UNSUPPORTEDOPERATION
public static SsmErrorCode[] values()
for (SsmErrorCode c : SsmErrorCode.values()) System.out.println(c);
public static SsmErrorCode 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 © 2024. All rights reserved.