public enum SmhErrorCode extends Enum<SmhErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static SmhErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmhErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SmhErrorCode INTERNALERROR
public static final SmhErrorCode INTERNALERROR_SENDSMS
public static final SmhErrorCode INVALIDPARAMETERVALUE_BUCKETNAMEINVALID
public static final SmhErrorCode INVALIDPARAMETERVALUE_BUCKETNAMENOTBELONGYOU
public static final SmhErrorCode INVALIDPARAMETERVALUE_BUCKETNOTFOUND
public static final SmhErrorCode INVALIDPARAMETERVALUE_BUCKETREGIONINVALID
public static final SmhErrorCode INVALIDPARAMETERVALUE_COSSTORAGECLASS
public static final SmhErrorCode INVALIDPARAMETERVALUE_COSSTORAGECLASSINTELLIGENTTIERING
public static final SmhErrorCode INVALIDPARAMETERVALUE_COUNTRYCODE
public static final SmhErrorCode INVALIDPARAMETERVALUE_LIMITEXCEEDED
public static final SmhErrorCode INVALIDPARAMETERVALUE_NOTMODIFIED
public static final SmhErrorCode INVALIDPARAMETERVALUE_PHONENUMBER
public static final SmhErrorCode LIMITEXCEEDED_USERLIMIT
public static final SmhErrorCode REQUESTLIMITEXCEEDED_SENDSMS
public static final SmhErrorCode RESOURCEINUSE_MULTISPACE
public static final SmhErrorCode RESOURCENOTFOUND_LIBRARY
public static final SmhErrorCode RESOURCENOTFOUND_OFFICIALINSTANCE
public static final SmhErrorCode UNAUTHORIZEDOPERATION_PASSROLE
public static final SmhErrorCode UNAUTHORIZEDOPERATION_SERVICELINKEDROLE
public static final SmhErrorCode UNAUTHORIZEDOPERATION_SMSCODE
public static final SmhErrorCode UNAUTHORIZEDOPERATION_SMSCODEEXCEEDED
public static final SmhErrorCode UNSUPPORTEDOPERATION_PURPOSE
public static SmhErrorCode[] values()
for (SmhErrorCode c : SmhErrorCode.values()) System.out.println(c);
public static SmhErrorCode 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 © 2022. All rights reserved.