public enum StsErrorCode extends Enum<StsErrorCode>
public static final StsErrorCode AUTHFAILURE_ACCESSKEYILLEGAL
public static final StsErrorCode INTERNALERROR_DBERROR
public static final StsErrorCode INTERNALERROR_ENCRYPTERROR
public static final StsErrorCode INTERNALERROR_GETAPPIDERROR
public static final StsErrorCode INTERNALERROR_GETROLEERROR
public static final StsErrorCode INTERNALERROR_GETSEEDTOKENERROR
public static final StsErrorCode INTERNALERROR_ILLEGALROLE
public static final StsErrorCode INTERNALERROR_PBSERIALIZEERROR
public static final StsErrorCode INTERNALERROR_SYSTEMERROR
public static final StsErrorCode INTERNALERROR_UNKNOWNERROR
public static final StsErrorCode INVALIDPARAMETER_ACCESSKEYNOTSUPPORT
public static final StsErrorCode INVALIDPARAMETER_ACCOUNTNOTAVALIABLE
public static final StsErrorCode INVALIDPARAMETER_EXTENDSTRATEGYOVERSIZE
public static final StsErrorCode INVALIDPARAMETER_GRANTOTHERRESOURCE
public static final StsErrorCode INVALIDPARAMETER_OVERLIMIT
public static final StsErrorCode INVALIDPARAMETER_OVERTIMEERROR
public static final StsErrorCode INVALIDPARAMETER_PARAMERROR
public static final StsErrorCode INVALIDPARAMETER_POLICYTOOLONG
public static final StsErrorCode INVALIDPARAMETER_RESOUCEERROR
public static final StsErrorCode INVALIDPARAMETER_STRATEGYFORMATERROR
public static final StsErrorCode INVALIDPARAMETER_STRATEGYINVALID
public static final StsErrorCode INVALIDPARAMETER_TEMPCODENOTAVALIABLE
public static final StsErrorCode INVALIDPARAMETER_WEBIDENTITYTOKENERROR
public static final StsErrorCode RESOURCENOTFOUND_ROLENOTFOUND
public static final StsErrorCode UNAUTHORIZEDOPERATION
public static StsErrorCode[] values()
for (StsErrorCode c : StsErrorCode.values()) System.out.println(c);
public static StsErrorCode valueOf(String name)
name
- 要返回的枚举常量的名称。IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量NullPointerException
- 如果参数为空值public String getValue()
Copyright © 2022. All rights reserved.