錯誤碼列表
更新時間 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只能設置一個。 |