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

DeleteRouteTable - 刪除自定義路由表

調用DeleteRouteTable接口刪除自定義路由表。

接口說明

  • DeleteRouteTable 接口屬于異步接口,即系統會返回一個請求 ID,但該自定義路由表尚未刪除成功,系統后臺的刪除任務仍在進行。您可以調用 DescribeRouteTableList 查詢自定義路由表的刪除狀態:
    • 當自定義路由表處于 Deleting 狀態時,表示自定義路由表正在刪除中。
    • 當查詢不到指定的自定義路由表時,表示自定義路由表刪除成功。
  • DeleteRouteTable 接口不支持在同一個 VPC 中并發刪除自定義路由表。

調試

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

授權信息

下表是API對應的授權信息,可以在RAM權限策略語句的Action元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:

  • 操作:是指具體的權限點。
  • 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
  • 資源類型:是指操作中支持授權的資源類型。具體說明如下:
    • 對于必選的資源類型,用背景高亮的方式表示。
    • 對于不支持資源級授權的操作,用全部資源表示。
  • 條件關鍵字:是指云產品自身定義的條件關鍵字。
  • 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作訪問級別資源類型條件關鍵字關聯操作
vpc:DeleteRouteTabledelete
*RouteTable
acs:vpc:{#regionId}:{#accountId}:routetable/{#RouteTableId}

請求參數

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

自定義路由表所屬的 VPC 的地域 ID。

您可以通過調用 DescribeRegions 接口獲取地域 ID。

cn-hangzhou
RouteTableIdstring

自定義路由表 ID。

vtb-bp145q7glnuzdvzu2****

返回參數

名稱類型描述示例值
object
RequestIdstring

請求 ID。

DC668356-BCB4-42FD-9BC3-FA2B2E04B634

示例

正常返回示例

JSON格式

{
  "RequestId": "DC668356-BCB4-42FD-9BC3-FA2B2E04B634"
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400OperationDenied.GatewayAssociatedYou cannot delete the specified route table because it still associates with gateway.無法刪除指定的路由表,因為路由表綁定了網關
400MissingParam.RouteTableIdThe param of RouteTableId is missing.-
400IncorrectRouteTableTypeRoute table can be deleted by this action only when it's type is custom.-
400IncorrectVSwitchStatusThe current virtual switch status does not support this operation.該vSwitch處于pending狀態,無法刪除。
400IncorrectRouteTableStatus.RouteEntryExistYou cannot delete the specified route table because it still has custom route entry.無法刪除指定的路由表,因為表中仍然存在用戶自定義路由條目。
400IncorrectStatus.cbnStatusCurrent CBN status does not support this operation.CBN當前狀態不正確
404InvalidRegionId.NotFoundSpecified value of RegionId is not supported.-
404InvalidParameter.ActionThis vpc feature is not supported in this region-
404IncorrectRouteTableStatusThe current status of the route table does not support this operation.當前路由表的狀態不支持刪除操作
404DependencyViolation.RouteEntryVpc route table has route entry.-

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