All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tencentcloudapi.cis.v20180408.CisErrorCode Maven / Gradle / Ivy

There is a newer version: 3.1.897
Show newest version
package com.tencentcloudapi.cis.v20180408;
public enum CisErrorCode {
    // 内部错误。
     INTERNALERROR("InternalError"),
     
    // 参数错误。
     INVALIDPARAMETER("InvalidParameter");
     
    private String value;
    private CisErrorCode (String value){
        this.value = value;
    }
    /**
     * @return errorcode value
     */
    public String getValue() {
        return value;
    }
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy