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

com.tencentcloudapi.cloudaudit.v20190319.CloudauditErrorCode Maven / Gradle / Ivy

There is a newer version: 3.0.1034
Show newest version
package com.tencentcloudapi.cloudaudit.v20190319;
public enum CloudauditErrorCode {
    // Duplicate recorder name.
     INVALIDPARAMETERVALUE_RECORDERNAMEREPEAT("InvalidParameterValue.RecorderNameRepeat"),
     
    // The number of resource recorders exceeds the limit.
     LIMITEXCEEDED_RECORDEROVERAMOUNT("LimitExceeded.RecorderOverAmount"),
     
    // Recorder not found.
     RESOURCENOTFOUND_RECORDERNOTFOUND("ResourceNotFound.RecorderNotFound"),
     
    // Resource not found.
     RESOURCENOTFOUND_RESOURCENOTFOUND("ResourceNotFound.ResourceNotFound");
     
    private String value;
    private CloudauditErrorCode (String value){
        this.value = value;
    }
    /**
     * @return errorcode value
     */
    public String getValue() {
        return value;
    }
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy