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

GetAccountDeletionCheckResult - 查詢成員刪除檢查結果

調用GetAccountDeletionCheckResult查詢成員刪除檢查結果。

接口說明

在您調用 CheckAccountDelete 執行了成員刪除檢查任務后,您可以調用 GetAccountDeletionCheckResult 查詢成員刪除檢查的結果。如果符合刪除檢查要求,則該成員允許刪除;否則,請手動處理不符合項,直至符合要求為止。

調試

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

授權信息

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

請求參數

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

待刪除成員的 ID。

179855839641****

返回參數

名稱類型描述示例值
object

返回結果。

RequestIdstring

請求 ID。

54AC391D-4F7F-5F08-B8D3-0AECDE6EC5BD
AccountDeletionCheckResultInfoobject

成員刪除檢查結果。

Statusstring

檢查狀態。取值:

  • PreCheckComplete:檢查完成。
  • PreChecking:檢查中。
PreCheckComplete
AllowDeletestring

是否允許刪除。取值:

  • true:允許刪除。
  • false:不允許刪除。
false
NotAllowReasonobject []

不允許刪除的原因。

說明 當 AllowDelete 為 false 時,返回該參數值。
Descriptionstring

檢查項描述。

This account is an Enterprise Finance associated account. Please remove the financial association of this account before deleting it.
CheckIdstring

檢查項 ID。

NON_SP_efc
CheckNamestring

檢查項所屬的云服務名稱。

Enterprise finance
AbandonableChecksobject []

您可以選擇放棄并繼續執行成員刪除的檢查項。

說明 當 AllowDelete 為 true 時,可能返回該參數值。
Descriptionstring

檢查項描述。

存在云產品實例運行,請聯系客服人員提工單處理。
CheckIdstring

檢查項 ID。

NON_SP_cs
CheckNamestring

檢查項所屬的云服務名稱。

容器服務

示例

正常返回示例

JSON格式

{
  "RequestId": "54AC391D-4F7F-5F08-B8D3-0AECDE6EC5BD",
  "AccountDeletionCheckResultInfo": {
    "Status": "PreCheckComplete",
    "AllowDelete": "false",
    "NotAllowReason": [
      {
        "Description": "This account is an Enterprise Finance associated account. Please remove the financial association of this account before deleting it.",
        "CheckId": "NON_SP_efc",
        "CheckName": "Enterprise finance"
      }
    ],
    "AbandonableChecks": [
      {
        "Description": "存在云產品實例運行,請聯系客服人員提工單處理。",
        "CheckId": "NON_SP_cs",
        "CheckName": "容器服務"
      }
    ]
  }
}

錯誤碼

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.成員類型或狀態不匹配。
409EntityNotExists.CheckAccountThere is no check task for this account-
409UnknownError.AccountThe deletion failed. An unknown error occurred. Please try again later.刪除失敗。未知錯誤,請稍后重試。

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

變更歷史

變更時間變更內容概要操作
2023-04-27OpenAPI 錯誤碼發生變更看變更集
變更項變更內容
錯誤碼OpenAPI 錯誤碼發生變更
    刪除錯誤碼:400
    刪除錯誤碼:404
    刪除錯誤碼:409