日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

CheckAccountDelete - 成員刪除檢查

調用CheckAccountDelete執行成員刪除檢查任務。

接口說明

刪除成員前,您需要調用本 API 對目標成員進行刪除前的條件檢查。

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

授權信息

當前API暫無授權信息透出。

請求參數

名稱類型必填描述示例值
AccountIdstring

待刪除的成員 ID。

179855839641****

返回參數

名稱類型描述示例值
object

返回結果。

RequestIdstring

請求 ID。

7CDDDCEF-CDFD-0825-B7D7-217BE0897B22

示例

正常返回示例

JSON格式

{
  "RequestId": "7CDDDCEF-CDFD-0825-B7D7-217BE0897B22"
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400MissingParameter.AccountIdYou must specify AccountId.AccountId不能為空。
400InvalidParameter.AccountIdThe AccountId is invalid.成員ID無效,請輸入16位賬號ID。
404EntityNotExists.AccountThis resource directory account does not exist.成員不存在,請先創建成員。
404EntityNotExists.ResourceDirectoryThe resource directory for the account is not enabled. We recommend that you first enable the resource directory for the account.當前賬號未啟用資源目錄,請先啟用資源目錄。
409AccountTypeOrStatusMismatchYou cannot perform the action on the member account.成員類型或狀態不匹配。
409InvalidControlPolicyEnablementStatusThe control policy enablement status is not valid to perform this operation.在當前的管控策略啟用狀態下,無法進行此操作。
409NoLicense.ResourceDirectoryThe resource directory has not enabled the delete operation.資源目錄未開啟刪除許可。
409UnknownError.AccountThe deletion failed. An unknown error occurred. Please try again later.刪除失敗。未知錯誤,請稍后重試。
409CallerIdentityError.DeleteAccountPlease use the RAM user or role of the management account to delete.請使用管理賬號的RAM用戶或角色進行刪除操作。
409RemoveConfilctAccountAsDelegatedAdministatorYou attempted to remove a member that is registered as a delegated administrator. To complete this operation, you must first deregister this account as a delegated administrator.當前成員是可信服務的委派管理員,請先到可信服務列表解除委派管理員身份后再操作。
409LegalEntityDifferentThe account legal entity is different from the one of the Management Account.賬號的法律實體與管理賬號不一致。
409MemberTypeError.DeleteAccountYou can only delete accounts of the resource account type created by Resource Directory.-

訪問錯誤中心查看更多錯誤碼。

變更歷史

變更時間變更內容概要操作
暫無變更歷史

后續操作

您可以調用 GetAccountDeletionCheckResult 查詢刪除檢查的結果。