錯誤碼列表
更新時間 2024-10-11 17:33:38
最近更新時間: 2024-10-11 17:33:38
分享文章
本節主要介紹訪問控制錯誤碼。
| 響應碼 | 錯誤碼 | 錯誤信息 | 描述 |
|---|---|---|---|
| 400 | AuthorizationHeaderMalformed | The authorization header is malformed. | 簽名請求頭不合法。 |
| 400 | AuthorizationQueryParametersError | X-Amz-Expires must be less than a week (in seconds); that is, the given X-Amz-Expires must be less than 604800 seconds | 簽名請求參數不合法。 |
| 400 | MalformedInput | Invalid Argument. | 參數不正確。 |
| 400 | MalformedInput | N is not a valid index. | 標簽的N非法。 |
| 400 | MalformedPolicyDocument | The policy must contain a valid version string | 創建策略時,版本不正確。 |
| 400 | MalformedPolicyDocument | Missing required field Effect | 創建策略時,策略沒有Effect。 |
| 400 | MalformedPolicyDocument | Invalid effect:effect | 創建策略時,Effect不正確。 |
| 400 | MalformedPolicyDocument | Missing required field Action. | 創建策略時,Action缺失。 |
| 400 | MalformedPolicyDocument | Required field Action cannot be empty. | 創建策略時,有Action,但是Action是空。 |
| 400 | MalformedPolicyDocument | Statement/policy already has instance of Action | 創建策略時,Action和NotAction都有時,報錯。 |
| 400 | MalformedPolicyDocument | Missing required field Resource. | 創建策略時,Resource字段缺失。 |
| 400 | MalformedPolicyDocument | Required field Resource cannot be empty. | 創建策略時,有Resouce,但是Resource是空。 |
| 400 | MalformedPolicyDocument | Statement/policy already has instance of Resource. | 創建策略時,Resouce和NotResource都有 |
| 400 | MalformedPolicyDocument | Invalid Condition type :condition | 創建策略時,條件運算符或者條件鍵不正確。 |
| 400 | MalformedPolicyDocument | Syntax errors in policy | 創建策略時,policy不是json格式。 |
| 400 | InvalidAction | Could not find operationAPINamefor version version . | Version錯誤。 |
| 400 | InvalidArgument | InvalidDurationSeconds. | DurationSecond無效。 |
| 400 | InvalidInput | Arn policyArn is not valid. | 策略的Arn不合法。 |
| 400 | InvalidInput | Duplicate tag keys found. Please note that Tag keys are case insensitive. | 設置了重復的標簽key。 |
| 400 | PasswordPolicyViolation | Password does not conform to the account password policy. | 更改密碼時,密碼不符合密碼策略。 |
| 400 | PasswordPolicyViolation | Policy constraint violation with password reuse prevention during password change. | 該密碼和歷史密碼重復。 |
| 400 | ValidationError | 1 validation errors detected: Value 'groupName ' at 'groupName' failed to satisfy constraint: Member must have length less than or equal to 128 | 用戶組名稱長度超過限制。 |
| 400 | ValidationError | 1 validation error detected: Value 'InActive' at 'status' failed to satisfy constraint: Member must satisfy enum value set: [Active, Inactive] | AccessKey的狀態設置的不對。 |
| 400 | ValidationError | 1 validation errors detected: Value null at 'groupName' failed to satisfy constraint: Member must not be null | 用戶組名為空。 |
| 400 | ValidationError | 1 validation error detected: Value 'userName ' at 'userName' failed to satisfy constraint: Member must have length less than or equal to 64 | userName長度超過限制。 |
| 400 | ValidationError | The specified value for groupName is invalid. It must contain only alphanumeric characters and/or the following: +=,.@_- | 創建用戶組時,名稱不正確,包含非法字符。 |
| 400 | ValidationError | Value at 'oldPassword' failed to satisfy constraint: Member must satisfy regular expression pattern: [\u0009\u000A\u000D\u0020-\u00FF]+ | 更改密碼時,密碼是空字符串。 |
| 400 | ValidationError | The specified value for authenticationCode1/ authenticationCode2 is invalid. It must be a six-digit decimal number | 設置的MFA code格式不正確。 |
| 400 | ValidationError | 2 validation errors detected: Value '1' at 'minimumPasswordLength' failed to satisfy constraint: Member must have value greater than or equal to 6; Value '2000' at 'maxPasswordAge' failed to satisfy constraint: Member must have value less than or equal to 1095 | 設置密碼策略時,策略選項的值不合法。 |
| 400 | ValidationError | 1 validation error detected: Value null at 'tags' failed to satisfy constraint: Member must not be null | 添加標簽時,沒有設置標簽。 |
| 400 | ValidationError | 1 validation error detected: Value null at 'tags.1.member.key' failed to satisfy constraint: Member must not be null | 添加標簽時,沒有設置標簽的Key。 |
| 400 | ValidationError | 1 validation error detected: Value null at 'tags.1.member.value' failed to satisfy constraint: Member must not be null | 添加標簽時,沒有設置標簽的value。 |
| 400 | ValidationError | 4 validation errors detected: Value null at 'tags.1.member.value' failed to satisfy constraint: Member must not be null; Value null at 'tags.1.member.key' failed to satisfy constraint: Member must not be null; Value null at 'tags.2.member.value' failed to satisfy constraint: Member must not be null; Value null at 'tags.2.member.key' failed to satisfy constraint: Member must not be null | 設置標簽時,如果N未從1開始(例如從3開始),會提示1到N-1的標簽沒有設置。 |
| 400 | ValidationError | 2 validation errors detected: Value 'test_value?' at 'tags.1.member.value' failed to satisfy constraint: Member must satisfy regular expression pattern: [\p{L}\p{Z}\p{N}.:/=+-@] ; Value 'test_key?' at 'tags.1.member.key' failed to satisfy constraint: Member must satisfy regular expression pattern: [\p{L}\p{Z}\p{N}* .:/=+-@]+ | 創建用戶時,標簽名稱或值非法。 |
| 400 | ValidationError | 1 validation error detected: Value 'key ' at 'tags.1.member.key' failed to satisfy constraint: Member must have length less than or equal to 128 | 標簽名稱長度超長。 |
| 400 | ValidationError | 1 validation error detected: Value 'value ' at 'tags.1.member.value' failed to satisfy constraint: Member must have length less than or equal to 256 | 標簽值長度超長。 |
| 400 | ValidationError | The specified value for 'serialNumber' is invalid. | MFA設備的序列號不正確。 |
| 400 | ValidationError | 1 validation error detected: Value 'value ' at 'assignmentStatus' failed to satisfy constraint: Member must satisfy enum value set: [Unassigned, Any, Assigned] | ListVirtualMFADevicesResult時,assignmentStatus輸入不對。 |
| 400 | ValidationError | The specified value for 'marker' is invalid. It must contain only printable ASCII characters | list user時,marker參數非法,不是可打印的ASCII碼。 |
| 400 | ValidationError | The specified value for 'userName' is invalid. It must contain only alphanumeric characters and/or the following: +=,.@_- | 創建用戶時,名稱不正確,使用了非法字符。 |
| 400 | ValidationError | 1 validation error detected: Value null at 'policyDocument' failed to satisfy constraint: Member must not be null | 創建策略時,policyDocument為空。 |
| 400 | ValidationError | 1 validation error detected: Value 'entityFilter ' at 'entityFilter' failed to satisfy constraint: Member must satisfy enum value set: [User, Group] | ListEntitiesForPolicy時,EntityFilter不正確,不是User或Group. |
| 400 | ValidationError | The specified value for 'policyName' is invalid. It must contain only alphanumeric characters and/or the following: +=,.@_- | 名稱不正確,包含非法字符。 |
| 400 | ValidationError | 1 validation error(s)detected: Value 'value' at ' PeriodWithLoginFailures ' failed to satisfy constraint: Member must have value greater than or equal to 15. | 限定時間長度不能小于15。 |
| 400 | ValidationError | 1 validation error detected: Value 'value ' at ' PeriodWithLoginFailures ' failed to satisfy constraint f: Member must have value less than or equal to 60。 | 限定時間長度不能大于60。 |
| 400 | ValidationError | 1 validation error detected: Value 'value ' at ' LoginFailedTimes ' failed to satisfy constraint: Member must have value greater than or equal to 5。 | 登錄失敗次數不能小于5。 |
| 400 | ValidationError | 1 validation error detected: Value 'value ' at ' LoginFailedTimes ' failed to satisfy constraint f: Member must have value less than or equal to 10。 | 登錄失敗次數不能大于10。 |
| 400 | ValidationError | 1 validation error detected: Value 'value ' at ' LockoutDuration ' failed to satisfy constraint f: Member must have value less than or equal to 60。 | 鎖定時間長度不能大于60。 |
| 400 | ValidationError | 1 validation error detected: Value 'value ' at ' SessionDuration ' failed to satisfy constraint: Member must have value greater than or equal to 10。 | 登錄Session時間長度不能小于10。 |
| 400 | ValidationError | 1 validation error detected: Value 'value ' at ' SessionDuration ' failed to satisfy constraint f: Member must have value less than or equal to 30。 | 登錄Session時間長度不能大于30。 |
| 403 | AccessDenied | The old password was incorrect. | 更改密碼時,舊密碼不正確。 |
| 403 | AccessDenied | The secret token is expired。 | 臨時訪問憑證已過期。 |
| 403 | AccessDenied | Only IAM Users can change their own password. | root用戶調用ChangePassword方法。 |
| 403 | AccessDenied | Policy is outside your own account. | arn中的賬戶id和不是請求者的賬戶id。 |
| 403 | AccessDenied | User:user is not authorized to perform:actionon resource: resource . | 沒有權限訪問此資源。 |
| 403 | InvalidAccessKeyId | The AccessKeyId is invalid. | 密鑰無效。 |
| 403 | InvalidAuthenticationCode | Authentication code for device is not valid. | MFA身份認證碼不正確。 |
| 403 | SecurityTokenNotSupported | This interface does not support security token. | 當前接口暫不支持通過臨時訪問憑證權限進行調用。 |
| 404 | NoSuchEntity | Login Profile for User userName cannot be found. | 用戶無密碼。 |
| 404 | NoSuchEntity | MFA Device invalid for user. | DeactivateMFA設備時,MFA設備未綁定到用戶。 |
| 404 | NoSuchEntity | Login Profile for User userName cannot be found. | 調用UpdateLoginProfile時,被修改用戶沒有密碼。 |
| 404 | NoSuchEntity | Policy arn:ctyun:iam::policy does not exist or is not attachable. | 策略不存在。 |
| 404 | NoSuchEntity | VirtualMFADevice with serial number mfaArn does not exist. | MFA設備不存在。 |
| 404 | NoSuchEntity | The Access Key with id id cannot be found. | AccessKey不存在。 |
| 404 | NoSuchEntity | The group with name groupName cannot be found. | 用戶組不存在。 |
| 404 | NoSuchEntity | The user with name userName cannot be found. | 用戶不存在。 |
| 404 | NoSuchEntity | The Password Policy with domain name accountId cannot be found. | 刪除密碼策略時,沒有用戶自己創建的密碼策略。 |
| 409 | DeleteConflict | Cannot delete entity, must remove users from group first. | 刪除用戶組之前,要先刪除用戶組中的用戶。 |
| 409 | DeleteConflict | Cannot delete entity, must detach all policies first. | 刪除用戶組之前,要先刪除用戶組上的策略。 |
| 409 | DeleteConflict | Cannot delete entity, must remove users from group first. | 用戶屬于某個用戶組時,不允許刪除。 |
| 409 | DeleteConflict | Cannot delete entity, must delete login profile first. | 用戶有登錄密碼時,不允許刪除。 |
| 409 | DeleteConflict | Cannot delete entity, must detach all policies first. | 用戶分配了策略時,不允許刪除。 |
| 409 | DeleteConflict | Cannot delete entity, must delete access keys first. | 用戶有AccessKey/SecretAccessKey時,不允許刪除。 |
| 409 | DeleteConflict | Cannot delete a policy attached to entities. | policy有被附加到用戶或用戶組,不能刪除。 |
| 409 | DeleteConflict | MFA VirtualDevice in use. Must deactivate first. | MFA設備正在被使用,不能刪除。 |
| 409 | DeleteConflict | Cannot delete entity, must deactivate MFA device first. | DeleteUser時,必須先解綁MFA設備。 |
| 409 | EntityAlreadyExists | MFA Device entity at the same path and name already exists. | MFA設備已經存在。 |
| 409 | EntityAlreadyExists | MFA Device is already in use. | EnableMFADevice時,MFA設備已被啟用。 |
| 409 | EntityAlreadyExists | Group with name groupName already exists. | 用戶組已經存在。 |
| 409 | EntityAlreadyExists | Login Profile for user userName already exists. | 用戶的密碼已經存在。 |
| 409 | EntityAlreadyExists | User with name userName already exists. | 試圖創建的用戶名已經存在。 |
| 409 | LimitExceeded | Cannot exceed quota for AccessKeysPerAccount: 2. | 根用戶數量密鑰超過限制。 |
| 409 | LimitExceeded | Cannot exceed quota for AccessKeysPerUser: 2 . | AK數量超過限制 |
| 409 | LimitExceeded | Cannot exceed quota for GroupsPerAccount: 30. | 用戶組的數量超過了最大限制。 |
| 409 | LimitExceeded | Cannot exceed quota for PoliciesPerAccount: 150. | 策略數量超過限制。 |
| 409 | LimitExceeded | Cannot exceed quota for PoliciesPerGroup: 10. | 用戶組關聯的策略數量超過限制。 |
| 409 | LimitExceeded | Cannot exceed quota for UsersPerAccount: 500. | 用戶數量超過限制。 |
| 409 | LimitExceeded | Cannot exceed quota for PoliciesPerGroup: 10. | 用戶組關聯的策略數量超過限制。 |
| 409 | LimitExceeded | Cannot exceed quota for PoliciesPerUser: 10. | 用戶關聯的策略數量超過限制。 |
| 409 | LimitExceeded | Cannot exceed quota limit for MFADevicesPerUser. | 為用戶分配的MFA超過上限。 |
| 409 | LimitExceeded | The number of tags has reached the maximum limit. | 添加標簽時,標簽數量超過限制。 |
| 500 | InternalError | We encountered an internal error. Please try again. | 發生內部錯誤。 |