错误码列表
更新时间 2024-10-11 17:33:36
最近更新时间: 2024-10-11 17:33:36
本节主要介绍操作跟踪的错误码。
响应码 | 错误码(code) | 错误信息(message) | 错误描述 |
---|---|---|---|
400 | InvalidTrailNameException | Trail name too short. Minimum allowed length: 3 characters. Specified name length: 2 characters. | 跟踪的名称非法,字符长度不足。 |
400 | InvalidTrailNameException | Trail name too long. Maximum allowed length: 128 characters. Specified name length: 140 characters. | 跟踪的名称非法,超过最大字符长度。 |
400 | TrailAlreadyExistsException | TrailtrailName already exists for the customer:accountId | 跟踪已经存在。 |
400 | TrailNotFoundException | Unknown trail: arn:ctyun:CloudTrail:ctyun:accountId:trail/trailName for the customer:accountId | 跟踪不存在。 |
400 | MaximumNumberOfTrailsExceededException | User:accountId already has 10 trails. | 跟踪超过最大数量限制。 |
400 | S3BucketDoesNotExistException | Bucket name does not exist:bucketName | 创建跟踪时,BucketName不存在。 |
400 | InvalidTrailNameException | Trail name cannot be blank! | 跟踪名称为空。 |
400 | InvalidS3PrefixException | S3 prefix is longer than maximum length:s3Prefix | 前缀超过长度限制。 |
400 | InvalidLookupAttributesException | Lookup attribute key is not valid. | Lookup属性key非法。 |
400 | InvalidLookupAttributesException | Lookup attribute value is not valid. | Lookup属性值非法。 |
400 | InvalidMaxResultsException | A max results value of {maxNumber} is invalid. Specify max results between 1 and 50. | 设置的lookupEvents返回的最大结果数超过限制。 |
400 | InvalidEventSelectorsException | Specify a valid number of selectors for your trail | 一个管理事件追踪的筛选器只能有一个。 |
403 | AccessDenied | Access Denied | 权限认证不通过。 |
403 | AccessDenied | Can not access bucket {bucketName} | 创建trail时,指定的Bucket不是当前账户下的Bucket。 |
400 | InvalidTrailNameException | Trail name must not be formatted as an IP address. | trail名称不合法,是ip格式。 |
400 | InvalidTrailNameException | Trail name must end with a letter or number. | trail名称不合法,不是以数字或字母结尾。 |
400 | InvalidTrailNameException | Trail name must start with a letter or number. | trail名称不合法,不是以数字或字母开头。 |
400 | InvalidTrailNameException | Trail name or ARN cannot have adjacent periods (.), hyphens (-), or underscores (_)." | tail名称不合法,包含连续的“.”“-”“_”。 |
400 | InvalidEventSelectorsException | Value {ReadWriteType} for ReadWriteType is invalid. | 创建筛选器时,ReadWriteType的值不正确。 |
400 | InvalidTimeRangeException | The start time precedes the end time. | Lookup时,起始时间晚于结束时间。 |
500 | InternalError | We encountered an internal error. Please try again. | 发生内部错误,请重试。 |
405 | MethodNotAllowed | Method is not allowed. | 操作不能被识别。 |
400 | InvalidTrailNameException | Trail name or ARN can only contain uppercase letters, lowercase letters, numbers, periods (.), hyphens (-), and underscores (_). | trail名称不合法,包含非法字符。 |
400 | InvalidS3BucketNameException | Bucket name cannot be blank! | 创建trail时,Bucket名称不能为空。 |
400 | InvalidLookupAttributesException | Lookup attribute key can not be multiple. | lookup属性key只能设置一个。 |