調用CancelCreateCloudAccount取消創建云賬號類型的成員。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
請求參數
名稱 | 類型 | 是否必選 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | CancelCreateCloudAccount |
要執行的操作。取值:CancelCreateCloudAccount。 |
RecordId | String | 是 | 06950264-3f0d-4ca9-82dd-6ee7a3d33d6b |
賬號記錄ID。 |
返回數據
名稱 | 類型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 9B34724D-54B0-4A51-B34D-4512372FE1BE |
請求ID。 |
示例
請求示例
https://resourcemanager.aliyuncs.com/?Action=CancelCreateCloudAccount
&RecordId=06950264-3f0d-4ca9-82dd-6ee7a3d33d6b
&<公共請求參數>
正常返回示例
XML
格式
<CancelCreateCloudAccountResponse>
<RequestId>9B34724D-54B0-4A51-B34D-4512372FE1BE</RequestId>
</CancelCreateCloudAccountResponse>
JSON
格式
{
"RequestId": "9B34724D-54B0-4A51-B34D-4512372FE1BE"
}
錯誤碼
HttpCode | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | MissingParameter.RecordId | You must specify RecordId. | 記錄ID缺失,請指定目標ID。 |
404 | EntityNotExists.AccountRecord | This resource directory account recordId does not exist. | 記錄ID不存在或已被刪除。 |
409 | AccountTypeOrStatusMismatch | You cannot perform the action on the member account. | 成員類型或狀態不匹配。 |
404 | EntityNotExists.ResourceDirectory | The resource directory for the account is not enabled. We recommend that you first enable the resource directory for the account. | 當前賬號未啟用資源目錄,請先啟用資源目錄。 |
訪問錯誤中心查看更多錯誤碼。