全部產品
Search
文件中心

ApsaraDB RDS:ModifyDBInstance

更新時間:Jun 28, 2026

修改執行個體,目前僅支援 PostgreSQL 引擎。

調試

您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。

調試

授權資訊

下表是API對應的授權資訊,可以在RAM權限原則語句的Action元素中使用,用來給RAM使用者或RAM角色授予調用此API的許可權。具體說明如下:

  • 操作:是指具體的許可權點。

  • 存取層級:是指每個操作的存取層級,取值為寫入(Write)、讀取(Read)或列出(List)。

  • 資源類型:是指操作中支援授權的資源類型。具體說明如下:

    • 對於必選的資源類型,用前面加 * 表示。

    • 對於不支援資源級授權的操作,用全部資源表示。

  • 條件關鍵字:是指雲產品自身定義的條件關鍵字。

  • 關聯操作:是指成功執行操作所需要的其他許可權。操作者必須同時具備關聯操作的許可權,操作才能成功。

操作

存取層級

資源類型

條件關鍵字

關聯操作

rds:ModifyDBInstance

update

*DBInstance

acs:rds:{#regionId}:{#accountId}:dbinstance/{#DbInstanceId}

請求文法

POST  HTTP/1.1

請求參數

名稱

類型

必填

描述

樣本值

ResourceGroupId

string

資源群組名稱。

rg-acfmy****

AutoUseCoupon

boolean

是否自動使用優惠券,取值:

  • true(預設):是。

  • false:否。

說明

使用優惠券後,若需要進行降配操作,由代金券抵扣的金額將不會進行退款。

true

PromotionCode

string

優惠券 code。

aliwood-1688-mobile-promotion

EffectiveTime

string

新配置生效時間,取值:

說明

變更部分配置可能對執行個體產生影響,請仔細閱讀功能文件內的影響章節,再配置該參數,建議在業務低峰期進行。

  • Immediate(預設值):立即生效。

  • MaintainTime:在可維運時間段內生效。

  • ScheduleTime:指定時間切換。該時間需為當前時間 12 小時之後的一個時刻,且實際切換時間遵循 EffectiveTime=ScheduleTime+SwitchTime。

Immediate

SwitchTime

string

指定修改參數的執行時間。需要 EffectiveTime 取值 ScheduleTime。格式:yyyy-MM-ddTHH:mm:ssZ(UTC 時間)。

說明

該時間必須大於當前時間(執行呼叫的時間)。

2019-10-17T18:50:00Z

DBInstanceId

string

執行個體 ID。可呼叫 DescribeDBInstances 取得。

pgm-bp15i4hn07r******

DBInstanceClass

string

執行個體規格。詳情請參見執行個體規格

pg.n4.2c.1m

DBInstanceStorage

integer

目標儲存空間大小,單位 GB,可呼叫 DescribeAvailableClasses 介面查詢目標執行個體規格中可用的儲存空間範圍。

說明
  • 本參數和 DBInstanceClass 參數兩者至少傳入一項。

  • 呼叫 DescribeDBInstanceAttribute 可以查看執行個體當前的儲存空間大小。

500

DBInstanceStorageType

string

執行個體儲存類型,取值:

  • general_essd:高效能雲端硬碟(推薦)

  • cloud_essd:ESSD PL1 雲端硬碟

  • cloud_essd2:ESSD PL2 雲端硬碟

  • cloud_essd3:ESSD PL3 雲端硬碟

cloud_essd

Direction

string

執行個體變配類型,取值:

  • Up(預設值):包年包月執行個體的升級和按量付費執行個體的升級/降級。

  • Down:包年包月執行個體的降級。

Up

Category

string

執行個體系列,取值:

  • Basic:基礎系列

  • HighAvailability:高可用系列

  • cluster:叢集系列

Standard

BurstingEnabled

boolean

高效能雲端硬碟 IO 效能突發功能開關,取值:

  • true:開啟。

  • false:關閉。

false

IoAccelerationEnabled

string

高效能雲端硬碟 Buffer Pool Extension(BPE)功能,取值:

  • 1:開啟

  • 0:不開啟

0

ColdDataEnabled

boolean

預留參數。

true

TargetMinorVersion

string

PostgreSQL 執行個體核心小版本號。當變更執行個體規格並且報錯核心小版本不支援時,需要傳入核心小版本號,用於在變更執行個體規格時升級核心小版本

格式:rds_postgres_<大版本號>00_<小版本號>。例如 12 版本的 20200830:rds_postgres_1200_20200830

rds_postgres_1200_20200830

DBNodes

array<object>

節點資訊。

object

節點資訊。

Role

string

節點類型。回傳值:

  • Master:主節點。

  • Slave:備節點。

說明

叢集版執行個體可不填入,透過填入 NodeId 參數確定節點。

Master

ZoneId

string

可用區 ID。

cn-shanghai-e

VSwitchId

string

執行個體虛擬交換機 ID。

vsw-bp1g7uym6ia6yroes6dkm

NodeId

string

節點的唯一標識,用於指定節點。

說明

僅對叢集版執行個體有效。

28542293

Parameters

object

參數及其值,參數的值都是字串類型。可呼叫 DescribeParameterTemplates 查詢參數名稱和參數值。

說明

傳入參數 ParameterGroupId,如果 ParameterGroupId 參數與 Parameters 參數共同修改了某個參數,則優先使用 Parameters 參數的改動。

string

執行個體參數。

authentication_timeout

ParameterGroupId

string

參數範本 ID。

rpg-dp****

返回參數

名稱

類型

描述

樣本值

object

Schema of Response

DBInstanceId

string

執行個體 ID。可呼叫 DescribeDBInstances 取得。

rm-uf6wjk5****

OrderId

integer

訂單 ID。

221172852******

RequestId

string

請求 ID。

17F57FEE-EA4F-4337-8D2E-9C23CAA63D74

樣本

正常返回樣本

JSON格式

{
  "DBInstanceId": "rm-uf6wjk5****",
  "OrderId": 0,
  "RequestId": "17F57FEE-EA4F-4337-8D2E-9C23CAA63D74"
}

錯誤碼

HTTP status code

錯誤碼

錯誤資訊

描述

400 UnsupportedReduceDiskSize %s%s
400 CannotDecreaseEssdPerfLevel cannot decrease cloud essd performance level. 雲端 ESSD 儲存大小無效。
400 InvalidEssdStorageSize invalid cloud essd storage size. 高效能雲端硬碟大小必須不小於10GB,essd PL0必須不小於10G,PL1必須不小於20G,PL2必須不小於465G,PL3必須不小於1265G。
400 Postpaid.NotSupport Postpaid not supported.
400 InvalidConcurrentOperate System concurrent operate.
400 NotSupportReduceDiskSize Not support reduce disk size. 操作失敗,不支援減少磁碟大小。
400 IncorrectStorageType Incorrect storage type.
400 TargetStorageLessThanBottomLine Target storage less than bottom line
400 InstanceHasUnpaidOrder The specified Instance has unpaid order.
400 InsufficientBalance Open volume paid cloud database. Your account balance is less than 100 RMB. Top-up and try again.
400 InvalidDBInstanceClass.NotFound Specified DB instance class is not found.
400 InvalidParameter The specified parameter "%s" is not valid.
400 InvalidAvZone.Format Specified AvZone is not valid. 操作失敗,可用區不正確。請檢查後重試。
400 OperationDenied.OrderUnPaid The operation is not permitted due to the wrong Order status (Unpaid).
400 OperationDenied.InvalidStorageSize The storage size limit is exceeded. 已超過磁碟空間上限,請清理磁碟空間,或擴大磁碟空間。
400 InsufficientResourceCapacity The instance cluster does not support this operation. 目標可用區沒有足夠的資源。
400 InvalidUsedTime The parameter usedTime is invalid. usedTime 參數值應為 1~11 之間。
400 CannotChangeStorageType Temp upgrade does not support changing storage type. 彈性升級不可變更儲存類型。
400 TempUpgrade.NotSupport The instance does not support temp upgrade. 該執行個體不支援彈性升級。
400 EngineNotSupported Engine specified cannot be supported the operation. 當前引擎不支援此操作。
400 MaxscaleNotSupport Maxscale not supported 帶有 MaxScale 的執行個體不支援此操作。
400 ADInstanceNotSupportThisOperation The AD instance is not supported this operation 加入AD域的執行個體不支援此操作。
400 BYOKInstanceNotSupportThisOperation The BYOK instance is not supported this operation 開啟雲端硬碟加密功能的執行個體不支援此操作。
400 BYOLInstanceNotSupportThisOperation The BYOL instance is not supported this operation BYOL 執行個體不支援此操作。
400 SSLInstanceNotSupportThisOperation The instance opened SSL, upgrade is not this operation 開啟 SSL 功能的執行個體不支援此操作。
400 TDEInstanceNotSupportThisOperation The instance opened TDE, this operation is not supported 開啟TDE功能的執行個體不支援此操作。
400 InstanceIsSnapshotBackupNotSupportThisOperation The instance backup method is snapshot backup, this operation is not supported 開啟快照備份的執行個體不支援此操作。
400 InstanceHasReadOnlyInstanceNotSupportThisOperation The instance has read-only instance or is read-only instance, this operation is not supported 該執行個體有唯讀執行個體或者該執行個體是唯讀執行個體,不支援此操作。
400 InvalidTargetStorageType Can not change storage type when modify instance class or storage.
400 InvalidTargetCategory Specified classcode is not matched with current product type.
400 IncorrectDBInstanceState Current DB instance state does not support this operation.
400 BackupReadInstanceModifyNotAllowed Modify Backup Read Instance Is Not Allowed. 當前執行個體為備用唯讀執行個體,無法修改配置。
400 MinorVersionNotSupport The current database minor version does not support the operation. 目前執行個體核心小版本不支援該操作,可嘗試升級核心小版本。
400 LX.ARGUMENT.ILLEGAL 变配,当前实例无有效配置
400 ORD.S.QUERY.PROD.ERROR An error occurred while querying the ordering information 查詢訂購錯誤。
400 InvalidParameter.NotSupportDiskTypeModify Serverless not support modify disk type!
400 InvalidParameters.Malformed One or more of the request parameters provided are not valid. 請求參數有誤,請檢查介面文件。
400 DBInstancePayTypeNotSupport Current instance PayType not support this operation or the param PayType not match current instance PayType. 當前執行個體的付費類型不支援此操作或者參數PayType與當前執行個體不匹配。
400 InvalidDBInstanceClass.Offline The specified instance type is no longer provided. Please specify another instance type. 當前所選的執行個體規格已下線,請更換其他執行個體規格。
400 IncorrectTargetClasscode The current instance type does not support this operation. 目前規格不支援此操作。
400 InvalidPayType.NotSupported current instance pay type not support this operation. 目前執行個體的支付類型不支援此操作。
400 OperationDenied.DurationLimit The duration between two operations should be greater than specified time.
400 ChangeEngineVersionNotSupported This operation does not support modifying the engine version. 此操作不支援修改引擎版本。
400 InvalidDBInstanceStorageType The specified DBInstanceStorageType is invalid. 指定的資料庫執行個體儲存類型無效。
400 EncryptionInstancesNotSupport Cloud disk encryption instances that use byok do not support modify to multi tenant. 使用自訂金鑰的雲端硬碟加密執行個體不支援變配到通用型規格。
400 Commodity.InvalidComponent The module you purchased is not legal, please buy it again. 您購買的模組不合法,請重新購買。
400 CommodityServiceCalling.Exception Failed to call commodity service. 呼叫商品服務返回失敗。
400 Pay.InsufficientBalance Insufficient available balance.
400 Price.CommoditySys Commodity system call exception. 商品系統呼叫異常。
400 CurrentInsHasColdDB The current instance has cold storage db. 當前執行個體存在冷存庫。
400 CurrentInsHasColdStorage Current instance has cold storage. 當前執行個體存在冷存儲。
400 InsufficientResourceCapacityCheck There is insufficient capacity available for the requested instance with precheck. 具有預檢查的請求執行個體的可用容量不足。
400 InvalidStorageSize.Direction The specified parameter StorageSize does not meet the updating direction constraint requirements. 儲存空間不滿足當前變更方向的約束要求。
400 InvalidStorageType.Direction The specified parameter StorageType does not meet the updating direction constraint requirements. 儲存類型不滿足變更方向的約束。
400 EngineNotSupportShrinkStorage The current engine does not support shrinking storage space. 當前引擎不支援縮小儲存空間。
400 InvalidSourceCategory specified source category is invalid. 指定的來源類別無效。
400 InvalidInstanceLevel.DiskType Specified instance level not support request disk type 目前執行個體規格不支援該儲存類型。
400 InvalidRCUValue scaleMin and scaleMax range is not valid. scaleMin 和 scaleMax 範圍無效。
400 ServiceLinkedRole.NotExist SLR does not exist, you needs to create SLR first. SLR 不存在,使用者需要先建立 SLR。
400 ParamGroupOptionValue.NotSupport Specified option value unsupported. 不支援指定的選項值。
400 CreateUpgradeOrderBusinessException The parameter is illegal or empty. 參數不合法或參數為空。
400 InvalidReadDBInstanceStorage.Format Specified Storage is not valid, Read DB Instance storage size must be greater than or equal to primary DB Instance. 唯讀資料庫執行個體儲存大小必須大於或等於主資料庫執行個體。
400 UnsupportedModifyParam Burst param must be only modified. 突發配置只能單獨修改,不能和其他配置一起修改。
400 UnsupportedClassCode The specified DB instance class stops selling. 執行個體規格停止售賣。
400 InvalidRequestId The request is copy, check your token. 重複請求,請檢查 token。
400 UnsupportExtendDisk.NotSupport Specified DB instance is unsupport extend disk. 指定的執行個體不支援擴展磁碟。
400 Order.InstHasUnsettledBills You currently have outstanding bills, please settle them first. 您當前有欠費帳單,請先結清。
400 CheckAllowMajorVersionUpgradeFailed We have detected that you want to upgrade the version of the instance, but the parameter allowMajorVersionUpgrade is false. If you want to upgrade the version of the instance, please set the parameter allowMajorVersionUpgrade to true. 我們偵測到您想升級執行個體的版本,但參數 allowMajorVersionUpgrade 為 false。如果要升級執行個體的版本,請將參數 allowMajorVersionUpgrade 設定為 true。
400 IncorrectDBSslStatus Specified DB SSLStatus does not support this operation. 連結位址已被 SSL 使用,禁止修改和刪除。
400 UpgradeEngineVersionCannotChangeStorage Upgrade engine version can not change storage size. 升級引擎版本不能同時改變儲存大小。
400 ReadOnlyInsNotSupported Instances containing read-only instances do not allow this operation. 包含唯讀執行個體的執行個體不允許此操作。
400 Order.ComboInstanceNotAllowOperate A package instance is not allowed to operate independently. 套餐執行個體不允許單獨操作。
400 Price.PricingPlanResultNotFound Pricing plan price result not found. 定價計畫價格結果沒有找到。
400 Order.NoRealNameAuthentication You have not passed the real-name authentication and do not meet the purchase conditions. Please log in to the user center for real-name authentication. 您還未通過實名認證,不符合購買條件,請登入費用與成本進行實名認證。
400 InsufficientAvailableQuota Your account quota limit is less than 0, please recharge before trying to purchase. 您的帳戶可用額度小於0,請先充值後再嘗試購買。
400 RegionDissolvedEOM Dear customer, Alibaba Cloud plans to optimize and adjust the current region. Cloud services in this region will cease operations. You are currently unable to operate new purchase orders. Thank you for your understanding and support. 客戶您好,阿里雲計劃對當前地域進行優化調整,該區域雲端服務將停止運營,為確保您的業務連續性及資料遷移工作的平穩過渡,您目前無法操作新購類型的訂單,感謝理解與支援。
400 RegionEndTimeDissolvedAustralia Cloud services in the Australia (Sydney) region will be discontinued. Set the validity date to September 30, 2024 or earlier than September 30, 2024. 客戶您好,該地域已裁撤。
400 Order.PeriodInvalid There is a problem with the period you selected, please choose again. 您選購的週期有問題,請重新選購。
400 Order.InstHasUnpaidOrder There is an unpaid order for the service you have purchased. Please pay or void it before placing the order. 您選購的服務存在未支付訂單,請支付或作廢後再下單。
400 BasicInfoUncompleted Your information is incomplete. Complete your information before the operation. 您的資訊不完整,請在操作前填寫您的資訊。
400 Risk.RiskControlRejection Your account is abnormal, please contact customer service for details. 您的帳戶出現異常,詳情請聯繫客服。
400 Api.NotSupport Specified api is not supported. 當前介面不支援。
400 ContainForbiddenLabelError There is a label that prohibits placing orders. Please contact your distributor for assistance. 存在禁止下單的標籤,請聯絡您的分銷商處理。
400 InvalidDBInstanceId.NotFound The DBInstanceId provided does not exist in records. 提供的 DBInstanceId 不存在。
400 InvalidParam Sepcified wal level Parameter is invalid. There are still logical slots in instance, so it can not be set as replica. 輸入參數無效。
400 System.SaleValidateFailed Sales expression validation system error.
400 Abs.InvalidAccount.NotFound account is not found. 帳戶不存在。
400 SqlExecuteFailedOrTimeout sql command execution failed or timed out:%s. SQL 命令執行失敗或執行逾時。
400 ColdData.EngineVersionNotSupport The current instance engine version not support coldDataEnabled. 目前執行個體引擎版本不支援歸檔冷資料。
400 ColdData.MinorVersionNotSupport The current instance minor version not support coldDataEnabled. 目前核心版本不支援歸檔冷資料。
400 InvalidConnectionString.Duplicate Specified connection string already exists in the RDS. 連結位址名重複,請重新設定連線字串。
400 RequiredParam.NotFound Required input param is not found. 沒有傳入必要的參數。
400 Parameters.Invalid Parameter error, please check the parameters. 參數錯誤,請檢查參數。
400 BackupPolicyNotSupport Cold Data won't open with CrossBackup or Flash Backup, please check Backup Policy. 資料歸檔不支援跨地域備份和秒級快照,請檢查備份策略。
400 InvalidReleasedKeepPolicy.Format Specified Released Keep Policy is not valid. 執行個體釋放後的歸檔備份保留策略無效。
400 InvalidDBInstanceEngineType.Format the DB instance engine type does not support this operation. DB 執行個體引擎類型不支援此操作。
400 VpcNetworkTypeNotSupport The vpc network type instance does not support this operation. VPC 網路類型執行個體不支援此操作。
400 MirrorInsExists Specified DB instance mirror ins already existed. 目前資料庫執行個體映像已存在。
400 InvalidBackupSet The specified database does not exist in the backup set. 備份集中沒有指定的資料庫。
400 OrdTCommodityQueryError Failed to query for product. 查詢產品失敗。
400 ProductInstanceReleased The instance has been released. Please check before placing the order. 執行個體已釋放,請核實後下單。
400 RegionEndTimeDissolvedIndia The region is no longer supported. 指定的地域無效。
400 InvalidDBInstanceClass.NotSupport The target primary db instance class can not lower than the original primary db instance class. 主執行個體的目標規格應不低於原規格。
400 InvalidPayType.NotSame All primary and read-only instances should have the same payment type. 所有主執行個體和唯讀執行個體的付費類型應該一致。
400 InvalidReadOnlyDBInstanceClass.NotSupport The target read-only db instance class can not lower than the original read-only db instance class. 唯讀執行個體的目標規格應該不低於原規格(包括 CPU 和記憶體)。
400 InvalidStorageSize.CannotChange Can not change storage size in this operation. If you need to change disk type, please change storage size first, and the storage size must meet your target disk type's constraint requirements. 當前操作中無法修改儲存空間大小。如果需要修改磁碟類型,請先使用其他操作修改儲存空間大小,且目標儲存空間大小需要滿足目標磁碟類型限制。
400 InvalidStorageSize.ConstraintUnsatisfied The db instance's storage size dose not meet the constraint requirements of the parameter DBInstanceStorageType. If you still want to change disk type, please change storage size to meet the target disk type's constraint in other operation. 主執行個體或唯讀執行個體的當前儲存空間大小不滿足目標磁碟類型DBInstanceStorageType的儲存空間約束。請先單獨修改執行個體的儲存空間大小,再來實施本地碟跨雲端硬碟操作。
400 ReadonlyDBInstanceClassEmpty The read-only target instance class should not be empty. 唯讀執行個體的目標規格不得為空。
400 ReadonlyDBInstanceClassNotSame All readonly db instances should have the same instance class. 所有唯讀執行個體的當前規格(包括執行個體規格分類和規格大小)應該一致。
400 StopService.ModifyDBInstanceSpec The service has been discontinued and does not permit resizing operations on instances using the classic network. 經典網路下線,當前執行個體為經典網路類型且已超過服務停止時間,不允許對該執行個體進行變配操作。
400 InvalidParam.DiskSize %s. 變配時選擇的磁碟容量偏小。
400 InvalidOrder.NotFound Specified order does not exist in RDS. RDS 中不存在指定的訂單。
400 NotFindAvailableVswitch Secondary zone, no available switch found under the current vpc. 當前 vpc 下,執行個體的備可用區無可用交換機。
400 InvalidStorageType.NotSupport The current storage type does not support this operation. 當前儲存類型不支援此操作。
400 IncorrectReadDBInstanceMemSize The instance type of read-only instance is too small. 唯讀執行個體的規格過小。
400 DBInstanceNotServerless The dbinstance is not serverless. 指定的執行個體非serverless執行個體。
400 UnSupportDbTypeReduceDiskSize The current instance does not support scale-in. 當前執行個體不支援縮容。
400 ClassicNetDisabled The classic network address is currently disabled, and the instance cannot perform configuration changes. 傳統網路位址目前已停用,執行個體無法執行配置變更。
500 CallLxSdkFailed Error calling the order system, please try again later or contact service personnel. 呼叫訂單系統出錯,請稍後再試或聯繫服務人員。
500 ExternalFailure The request processing has failed due to external service failure. 請求服務失敗,請稍後重試。
500 RequestMetaDataFailed The service request failed. Please try again later or contact service personnel. 請求服務失敗,請稍後再試或聯繫服務人員。
500 InvokeProxyFailure The request processing has failed due to service failure of rds api. 由於 RDS API 服務失敗,請求處理失敗。
403 IncorrectDBInstanceType The database instance type does not support the operation. 操作失敗,該執行個體狀態下不支援此操作。
403 OperationDenied.NotSupportedBackupMethod When the storage is larger than 4000 GB, only snapshot backup is supported. 當儲存空間大於 4000GB,僅支援快照備份。
403 IncorrectReadDBInstanceDisksize Read instance disk size must be equal or higher than primary instance. 非法的唯讀執行個體磁碟大小。
403 BetaServerlessNotSupportThisAction Beta Serverless Not Support This Feature
403 GroupReplicationNotSupport.InvalidEngineVersion Group Replication requires the instance engine version to be 8.0. 執行個體資料庫版本不是MySQL 8.0,不支援群組複寫。
403 GroupReplicationNotSupport.InvalidNodeClassCode Group Replication requires the ClassCode of each node to be consistent. 執行個體各節點間規格不一致,不支援群組複寫。
403 GroupReplicationNotSupport.InvalidNodeNum Group Replication is not supported, the number of nodes must be an odd number greater than or equal to 3. 執行個體節點個數不是大於等於3的單數,不支援群組複寫。
403 GroupReplicationNotSupport.InvalidXengine Group Replication is not supported because the instance has xengine tables. 執行個體存在xengine引擎表,不支援群組複寫。
403 GroupReplicationNotSupport.MemoryTooSmall Group Replication is not supported because the memory is too small. 執行個體規格記憶體太小,不支援群組複寫。
403 ARMNotSupport ARM arch does not support this operation. ARM架構不支援此操作。
403 HostTypeNotSupport Host type is inconsistent, please check that the original host type is the same as the target host type. 變更前後host type不一致,請檢查原host type和目標host type保持一致。
403 CloudSSDNotSupport Cloud ssd does not support this operation, please upgrade to essd. SSD盤不支援此操作,請升級至ESSD。
403 MaxscaleInstanceNotSupport Instances with maxscale instance do not support this operation. 帶有 MaxScale 的執行個體不支援此操作。
403 ReadInstanceNotSupport Instances with read-only do not support this operation. 帶唯讀的執行個體不支援此操作。
403 UnSupportReduceDiskSize Current instance type does not support reducing disk space. 磁碟縮容取值非法。
403 CloudboxInstanceNotSupport Cloud-box instance does not support this operation. 雲盒執行個體不支援此操作。
403 ReadOnlyInstanceNotSupport Read-only instance does not support this operation. 唯讀執行個體不支援此操作。
403 MinorVersionNotSupport The current database minor version does not support the operation.
403 ShrinkCountReachedLimit Current DB shrink count reached the limit. 當前資料庫收縮計數已達到限制。
403 InvalidReduceDiskSize The storage capacity after the scale-down must be larger than the used amount. 縮容目標容量不能小於當前儲存空間使用量。
403 CloudDiskEncryptionNotSupport The encryption key is not allowed for general-purpose instance. 通用型規格執行個體不支援雲端硬碟加密。
403 OrderStatus.UnPaid The specified db instance has unpaid order. 執行個體目前存在未支付訂單,請支付後重試。
403 InvalidUserOperatorPermission The user permission does not support this operation. 使用者權限不支援此操作。
403 InvalidVswitchId Specified conn vswitch id is not valid. 指定的VSwitchId格式不正確或為空。
403 IncorrectMinorVersion Current engine minor version does not support operations. 當前引擎小版本不支援此操作。
403 OperationDenied.ZoneResource There is no available zone for inventory. 沒有可用的庫存區域。
403 NotInFlowController Sorry,no permission. 非集團上雲端使用者不可用,無權限。
403 InvalidKmsKey Kms key is disabled. Kms key 已停用。
403 InvalidInstanceLevel.Malformed Current DB instance level does not support this operation. 操作失敗,規定的規格碼不支援該終端數,請檢查分片數量和目前的終端數。
403 UnsupportedByBlueGreenDeployment Operation prohibited due to blue green deployment. 不允許此操作,因為存在藍綠部署。
403 UnSupportNonXfsDiskSizeTooLarge Non xfs disk types do not support upgrading to 60T or above. 非 xfs 磁碟類型不支援升級到 60T 或更高。
403 UnsupportedReduceDiskSize.BinlogSpeedTooFast Binlog generate speed is too fast for disk shrink operation. Binlog 生成速度太快,無法進行磁碟縮容操作。
404 InvalidClusterKms The current instance does not authorized to access the Key Management Service. 當前執行個體未授權存取金鑰管理服務。
404 InvalidParam The parameter is invalid. 輸入參數無效。
404 Request.NotFound The requested resource is not available. 請求的資源不可用。
404 HostInfo.NotFound The specified host info is not found. 指定的主機資訊不存在。

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

變更歷史

更多資訊,參考變更詳情