すべてのプロダクト
Search
ドキュメントセンター

ApsaraDB RDS:ModifyDBInstanceSpec

最終更新日:Jun 26, 2026

ApsaraDB RDS インスタンスのスペックとストレージ容量を変更します。

操作説明

サポートされるデータベースエンジン

  • ApsaraDB RDS for MySQL

  • ApsaraDB RDS for PostgreSQL

  • ApsaraDB RDS for SQL Server

  • ApsaraDB RDS for MariaDB。

課金の説明

この API オペレーションにはスペック変更料金が発生します。この操作を実行する前に、関連するドキュメントをよくお読みください。

関連ドキュメント

今すぐお試しください

この API を OpenAPI Explorer でお試しください。手作業による署名は必要ありません。呼び出しに成功すると、入力したパラメーターに基づき、資格情報が組み込まれた SDK コードが自動的に生成されます。このコードをダウンロードしてローカルで使用できます。

テスト

RAM 認証

下表に、この API を呼び出すために必要な認証情報を示します。認証情報は、RAM (Resource Access Management) ポリシーを使用して定義できます。以下で各列名について説明します。

  • アクション:特定のリソースに対して実行可能な操作。ポリシー構文ではAction要素として指定します。

  • API:アクションを具体的に実行するための API。

  • アクセスレベル:各 API に対して事前定義されているアクセスの種類。有効な値:create、list、get、update、delete。

  • リソースタイプ:アクションが作用するリソースの種類。リソースレベルでの権限をサポートするかどうかを示すことができます。ポリシーの有効性を確保するため、アクションの対象として適切なリソースを指定してください。

    • リソースレベルの権限を持つ API の場合、必要なリソースタイプはアスタリスク (*) でマークされます。ポリシーのResource要素で対応する ARN を指定してください。

    • リソースレベルの権限を持たない API の場合、「すべてのリソース」と表示され、ポリシーのResource要素でアスタリスク (*) でマークされます。

  • 条件キー:サービスによって定義された条件のキー。このキーにより、きめ細やかなアクセス制御が可能になります。この制御は、アクション単体に適用することも、特定のリソースに対するアクションに適用することもできます。Alibaba Cloud は、サービス固有の条件キーに加えて、すべての RAM 統合サービスに適用可能な一連の共通条件キーを提供しています。

  • 依存アクション:ある特定のアクションを実行するために、前提として実行が必要となる他のアクション。依存アクションの権限も RAM ユーザーまたは RAM ロールに付与する必要があります。

アクション

アクセスレベル

リソースタイプ

条件キー

依存アクション

rds:ModifyDBInstanceSpec

update

*DBInstance

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

  • rds:ResourceTag
  • rds:ResourceTag
  • rds:ResourceTag
なし

リクエストパラメーター

パラメーター

必須 / 任意

説明

DBInstanceId

string

必須

インスタンス ID。 DescribeDBInstances 操作を呼び出してインスタンス ID をクエリできます。

rm-uf6wjk5****

DBInstanceClass

string

任意

ターゲットインスタンスタイプDescribeAvailableClasses 操作を呼び出して、インスタンスを変更可能なインスタンスタイプをクエリできます。

説明
  • このパラメーターと DBInstanceStorage の少なくとも一方を指定する必要があります。

  • DescribeDBInstanceAttribute 操作を呼び出して、現在のインスタンスタイプをクエリできます。

mysql.n8.large.2c

DBInstanceStorage

integer

任意

ターゲットストレージ容量。単位: GB。 DescribeAvailableClasses 操作を呼び出して、ターゲットインスタンスタイプで使用可能なストレージ容量の有効値をクエリできます。

説明
  • このパラメーターと DBInstanceClass の少なくとも一方を指定する必要があります。

  • DescribeDBInstanceAttribute 操作を呼び出して、インスタンスの現在のストレージ容量をクエリできます。

100

PayType

string

任意

インスタンスの現在の課金方法。有効な値:

  • Postpaid: 従量課金。

  • Prepaid: サブスクリプション。

  • Serverless (MariaDB インスタンスではサポートされません): サーバーレス。

説明

課金方法を Serverless に変更するには、以下のパラメーターを設定する必要があります: 自動起動と自動停止 (AutoPause)、スケーリング有効値 (MaxCapacity と MinCapacity)、およびスケーリングポリシー (SwitchForce)。詳細については、MySQL サーバーレスインスタンスの概要SQL Server サーバーレスインスタンスの概要、および PostgreSQL サーバーレスインスタンスの概要 を参照してください。

Postpaid

EffectiveTime

string

任意

新しい構成の有効期間。有効な値:

説明

一部の構成を変更すると、インスタンスに影響を与える場合があります。このパラメーターを設定する前に、特徴ドキュメントの影響セクション をよくお読みください。オフピーク時間帯に操作を実行してください。

  • Immediate (デフォルト): 新しい構成が即座に有効になります。

  • MaintainTime: 新しい構成がメンテナンスウィンドウ中に有効になります。

  • ScheduleTime: 新しい構成が指定された時間に有効になります。指定する時間は現在時刻より少なくとも 12 時間後である必要があります。実際のスイッチオーバー時間は次のルールに従います: EffectiveTime = ScheduleTime + SwitchTime。それに応じてスイッチオーバーウィンドウも割り当てる必要があります。

列挙値:

  • ScheduleTime :

    指定する時間は現在時刻より少なくとも 12 時間後である必要があります。実際のスイッチオーバー時間は次のルールに従います: EffectiveTime = ScheduleTime + SwitchTime。

MaintainTime

EngineVersion

string

任意

データベースエンジンのバージョン。有効な値:

通常の ApsaraDB RDS インスタンス

  • MySQL: 5.5, 5.6, 5.7, 8.0

  • SQL Server: 2008r2, 08r2_ent_ha, 2012, 2012_ent_ha, 2012_std_ha, 2012_web, 2014_std_ha, 2016_ent_ha, 2016_std_ha, 2016_web, 2017_std_ha, 2017_ent, 2019_std_ha, 2019_ent

  • PostgreSQL: 10.0, 11.0, 12.0, 13.0, 14.0, 15.0

  • MariaDB: 10.3

サーバーレス ApsaraDB RDS インスタンス (MariaDB ではサポートされません)

  • MySQL: 5.7, 8.0

  • SQL Server: 2016_std_sl, 2017_std_sl, 2019_std_sl

  • PostgreSQL: 14.0, 15.0, 16.0

8.0

DBInstanceStorageType

string

任意

インスタンスストレージのタイプ。有効な値:

  • local_ssd: プレミアムローカル SSD

  • cloud_ssd: 標準 SSD (一部のリージョンでは標準 SSD の購入ができなくなったため、推奨されません)

  • cloud_essd: PL1 ESSD クラウドディスク

  • cloud_essd2: PL2 ESSD クラウドディスク

  • cloud_essd3: PL3 ESSD クラウドディスク

  • general_essd: プレミアムパフォーマンスディスク

ストレージタイプを変更する際の注意事項:

ApsaraDB RDS for PostgreSQL インスタンスの場合、標準 SSD から任意の PL の ESSD にスペックアップできますが、ESSD クラウドディスクから標準 SSD にスペックダウンすることはできません

local_ssd

ReadOnlyDBInstanceClass

string

任意

MySQL 高可用性エディションのプレミアムローカル SSD インスタンスをクラウドディスクインスタンスにスペックアップ/スペックダウンする際の読み取り専用インスタンスのターゲットインスタンスタイプ

mysqlro.n2.large.1c

Direction

string

任意

スペック変更のタイプ。有効な値:

  • Up (デフォルト): サブスクリプションインスタンスのスペックアップ、および従量課金インスタンスのスペックアップまたはスペックダウン。

  • Down: サブスクリプションインスタンスのスペックダウン。

  • TempUpgrade: サブスクリプション SQL Server インスタンスのエラスティックアップグレード。エラスティックアップグレードにはこの値が必須です。

  • Serverless: サーバーレスインスタンスの弾力的設定を調整する場合にこの値を設定します。

説明

DBInstanceStorageType パラメーターのみを変更する場合 (例: 標準 SSD から ESSD への変更)、このパラメーターは空のままにしてください。

Up

SourceBiz

string

任意

非推奨のパラメーターです。このパラメーターを設定する必要はありません。

test

DedicatedHostGroupId

string

任意

専用クラスター ID。

dhg-7a9****

ZoneId

string

任意

ゾーン ID。

cn-hangzhou-b

SwitchTime

string

任意

スペック変更を実行する時間。オフピーク時間帯にスペック変更を実行してください。

フォーマット: yyyy-MM-ddTHH:mm:ssZ (協定世界時 (UTC))。

説明
  • 指定する時間は現在の時刻 (呼び出しが開始された時刻) より後である必要があります。そうでない場合、スペック変更タスクは失敗します。タスクが失敗した場合、注文が自動的に有効期限切れになるのを待ってから、再度呼び出しを開始してください。

  • ストレージ容量の増加のみ、または ESSD ストレージタイプの変更のみを行う場合、ワークロードに影響しないため、送信後すぐにスペック変更が有効になります。このパラメーターを設定する必要はありません。

2019-07-10T13:15:12Z

ResourceGroupId

string

任意

リソースグループ ID。

rg-acfmy****

UsedTime

integer

任意

SQL Server のエラスティックアップグレードの持続時間。単位: 日。

3

ServerlessConfiguration

object

任意

サーバーレスインスタンスの構成。

AutoPause

boolean

任意

MySQL サーバーレスまたは PostgreSQL サーバーレスインスタンスのインテリジェントサスペンドおよび起動特徴。有効な値:

  • true: 有効。

  • false (デフォルト): 無効。

説明

10 分以内に接続が確立されない場合、インスタンスはサスペンド状態になります。接続が確立されると、インスタンスは自動的に再開されます。

true

MaxCapacity

number

任意

サーバーレスインスタンスの RCU の自動スケーリングの有効値の最大値。有効な値:

  • MySQL: 1~32

  • SQL Server: 2~16 (整数のみ)

  • PostgreSQL: 1~14

説明

この値は MinCapacity 以上である必要があります。

8

MinCapacity

number

任意

サーバーレスインスタンスの RCU の自動スケーリングの有効値の最小値。有効な値:

  • MySQL: 0.5~32

  • SQL Server: 2~16 (整数のみ)

  • PostgreSQL: 0.5~14

説明

この値は MaxCapacity 以下である必要があります。

0.5

SwitchForce

boolean

任意

MySQL サーバーレスまたは PostgreSQL サーバーレスインスタンスの強制スケーリングを有効にするかどうかを指定します。インスタンス RCU の弾力的スケーリングは通常即座に有効になりますが、特定の特殊なケース (大規模トランザクションの実行中など) では、スケーリングを即座に完了できない場合があります。この場合、このパラメーターを有効にして強制スケーリングを行えます。有効な値:

  • true: 有効。

  • false (デフォルト): 無効。

説明

このパラメーターを有効にすると、強制スケーリングにより 30~120 秒のサービス中断が発生します。実際の要件に基づいて慎重に使用してください。

false

Category

string

任意

インスタンスエディション。有効な値:

説明

このパラメーターは、EngineVersion が SQL Server のバージョン番号に設定されている場合に必須です。

通常の ApsaraDB RDS インスタンス

  • Basic: Basic Edition

  • HighAvailability: 高可用性エディション

  • AlwaysOn: SQL Server Cluster Edition

  • Cluster: MySQL Cluster Edition

サーバーレス ApsaraDB RDS インスタンス (MariaDB ではサポートされません)

  • serverless_basic: サーバーレス Basic Edition (MySQL および PostgreSQL にのみ適用)

  • serverless_standard: サーバーレス高可用性エディション (MySQL および PostgreSQL にのみ適用)

  • serverless_ha: サーバーレス高可用性エディション (SQL Server にのみ適用)

HighAvailability

BurstingEnabled

boolean

任意

プレミアムパフォーマンスディスクの I/O バースト機能を有効にするかどうかを指定します。有効な値:

  • true: 有効。

  • false: 無効。

false

AutoUseCoupon

boolean

任意

クーポンを使用して料金をオフセットするかどうかを指定します。有効な値:

  • true (デフォルト): クーポンを使用します。

  • false: クーポンを使用しません。

true

TargetMinorVersion

string

任意

PostgreSQL インスタンスのマイナーエンジンバージョン。マイナーエンジンバージョンがサポートされていないためにスペック変更が失敗した場合、このパラメーターを指定してスペック変更中にマイナーエンジンバージョンをスペックアップします。

フォーマット: rds_postgres_<メジャーバージョン>00_<マイナーバージョン>。バージョン 12 でマイナーバージョン 20200830 の例: rds_postgres_1200_20200830

rds_postgres_1200_20200830

IoAccelerationEnabled

string

任意

プレミアムパフォーマンスディスクの Buffer Pool Extension (BPE) 特徴を有効にするかどうかを指定します。有効な値:

  • 1: 有効。

  • 0: 無効。

0

ColdDataEnabled

boolean

任意

プレミアムパフォーマンスディスクのコールドデータアーカイブ特徴を有効にするかどうかを指定します。有効な値:

  • true: 有効。

  • false: 無効。

true

ZoneIdSlave1

string

任意

セカンダリノードのゾーン ID。この値が ZoneId と同じ場合、インスタンスはシングルゾーン Deployment を使用します。この値が ZoneId と異なる場合、インスタンスはマルチゾーン Deployment を使用します。

説明

このパラメーターは、SQL Server インスタンスのメジャーエンジンバージョンスペックアップ (AllowMajorVersionUpgrade) を実行してセカンダリゾーンを指定する必要がある場合、またはセカンダリゾーンを切り替える場合にのみ必須です。

cn-hangzhou-c

VSwitchId

string

任意

vSwitch ID。vSwitch のゾーンは ZoneId で指定されたゾーン ID と一致する必要があります。

  • ネットワークタイプ InstanceNetworkTypeVPC である必要があります。

  • ZoneSlaveId1 (セカンダリゾーン ID) を指定する場合、2 つの vSwitch ID をカンマ (,) で区切って指定します。

説明

このパラメーターは、SQL Server インスタンスのメジャーエンジンバージョンスペックアップ (AllowMajorVersionUpgrade) を実行して vSwitch を指定する必要がある場合、または vSwitch を切り替える場合にのみ必須です。

vsw-bp1oxflciovg9l7******

AllowMajorVersionUpgrade

boolean

任意

SQL Server インスタンスのメジャーエンジンバージョンスペックアップを実行するかどうかを指定します。有効な値:

  • true: スペックアップします。

  • false (デフォルト): スペックアップしません。

説明
  • メジャーエンジンバージョンスペックアップを実行する場合、以下の必須パラメーターもパラメータを渡す必要があります: DBInstanceId、EngineVersion、DBInstanceClass、Category、ZoneId、VSwitchId。

  • 高可用性エディションまたは Cluster Edition にスペックアップする場合、ZoneIdSlave1 パラメータを渡す必要があります。

false

PromotionCode

string

任意

クーポンコード。

72329885****

OptimizedWrites

string

任意

MySQL の 16KB アトミックライト特徴を有効にするかどうかを指定します。有効な値:

  • optimized: 有効。

  • none: 無効。

optimized

CompressionMode

string

任意

MySQL のストレージ圧縮特徴を有効にするかどうかを指定します。有効な値:

  • on: 有効。

  • off: 無効。

on

AllocateStrategy

string

任意

レスポンスフィールド

フィールド

説明

object

応答パラメーター。

DBInstanceId

string

インスタンス ID。

rm-uf6wjk5****

OrderId

integer

注文 ID。

20793850608****

RequestId

string

リクエスト ID。

3C5CFDEE-F774-4DED-89A2-1D76EC63C575

成功レスポンス

JSONJSON

{
  "DBInstanceId": "rm-uf6wjk5****",
  "OrderId": 0,
  "RequestId": "3C5CFDEE-F774-4DED-89A2-1D76EC63C575"
}

エラーコード

HTTP ステータスコード

エラーコード

エラーメッセージ

説明

400 InvalidAllocateStrategy The Specified Allocate Strategy is not valid.
400 DbVersionUpgradeNotSatisfied message:%s
400 UnsupportedReduceDiskSize %s%s
400 CannotDecreaseEssdPerfLevel cannot decrease cloud essd performance level.
400 InvalidEssdStorageSize invalid cloud essd storage size.
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.
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
400 ADInstanceNotSupportThisOperation The AD instance is not supported this operation
400 BYOKInstanceNotSupportThisOperation The BYOK instance is not supported this operation
400 BYOLInstanceNotSupportThisOperation The BYOL instance is not supported this operation
400 SSLInstanceNotSupportThisOperation The instance opened SSL, upgrade is not this operation
400 TDEInstanceNotSupportThisOperation The instance opened TDE, this operation is not supported
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 InvalidParameter.NotSupportModifyServerlessConfigAndDiskTogether Serverless not support modify serverlessconfig and disk together!
400 InvalidParameters.Malformed One or more of the request parameters provided are not valid. 指定された 1 つ以上のリクエスト パラメータが無効です。API ドキュメントを確認してください
400 DBInstancePayTypeNotSupport Current instance PayType not support this operation or the param PayType not match current instance 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 AccountMoneyValidate.error Insufficient funds available in the account.
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.
400 ServiceLinkedRole.NotExist SLR does not exist, you needs to create SLR first.
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.
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.
400 IncorrectDBSslStatus Specified DB SSLStatus does not support this operation.
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.
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 pay.noCreditCard Account not bound to credit card.
400 Order.InstHasUnpaidOrder There is an unpaid order for the service you have purchased. Please pay or void it before placing the order.
400 noAvailablePaymentMethod No payment method is specified for your account. We recommend that you add a payment method.
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.
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.
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.
400 Pay.NoCreditCard No credit cards.
400 VpcNetworkTypeNotSupport The vpc network type instance does not support this operation.
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.
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.
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.
400 NotFindAvailableVswitch Secondary zone, no available switch found under the current 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.
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.
400 SecondaryAddrNotSupportThisOperation The instance has a secondary instance address, so updates are not allowed.
400 InvalidMasterDBInstanceName.NotFound The master instance does not exist under the target account.
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.
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.
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.
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.
403 GroupReplicationNotSupport.InvalidXengine Group Replication is not supported because the instance has xengine tables.
403 GroupReplicationNotSupport.MemoryTooSmall Group Replication is not supported because the memory is too small.
403 ARMNotSupport ARM arch does not support this operation.
403 HostTypeNotSupport Host type is inconsistent, please check that the original host type is the same as the target host type.
403 CloudSSDNotSupport Cloud ssd does not support this operation, please upgrade to essd.
403 MaxscaleInstanceNotSupport Instances with maxscale instance do not support this operation.
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.
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.
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.
403 OperationDenied.SystemConcurrent Failure caused by Concurrent operations.
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.

完全なリストについては、「エラーコード」をご参照ください。

変更履歴

完全なリストについては、「変更履歴」をご参照ください。