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

ApsaraDB RDS:ModifyDBInstance

最終更新日:Jun 28, 2026

インスタンスを変更します。現在、PostgreSQL エンジンのみがサポートされています。

今すぐお試しください

この 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:ModifyDBInstance

update

*DBInstance

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

なし なし

リクエスト構文

POST  HTTP/1.1

リクエストパラメーター

パラメーター

必須 / 任意

説明

ResourceGroupId

string

任意

リソースグループ名。

rg-acfmy****

AutoUseCoupon

boolean

任意

クーポンを自動的に使用するかどうかを指定します。有効な値:

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

  • false: クーポンを自動的に使用しません。

説明

クーポンを使用した後、インスタンスをスペックダウンした場合、クーポンで差し引かれた金額は返金されません。

true

PromotionCode

string

任意

クーポンコード。

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 を呼び出してインスタンス ID をクエリできます。

pgm-bp15i4hn07r******

DBInstanceClass

string

任意

インスタンスタイプ。詳細については、インスタンスタイプを参照してください。

pg.n4.2c.1m

DBInstanceStorage

integer

任意

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

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

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

500

DBInstanceStorageType

string

任意

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

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

  • cloud_essd: PL1 ESSD

  • cloud_essd2: PL2 ESSD

  • cloud_essd3: PL3 ESSD

cloud_essd

Direction

string

任意

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

  • Up (デフォルト): サブスクリプションインスタンスをスペックアップするか、従量課金インスタンスをスペックアップ/スペックダウンします。

  • Down: サブスクリプションインスタンスをスペックダウンします。

Up

Category

string

任意

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

  • Basic: Basic Edition

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

  • cluster: Cluster Edition

Standard

BurstingEnabled

boolean

任意

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

  • true: 有効。

  • false: 無効。

false

IoAccelerationEnabled

string

任意

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

  • 1: 有効

  • 0: 無効

0

ColdDataEnabled

boolean

任意

予約パラメーター。

true

TargetMinorVersion

string

任意

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

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

rds_postgres_1200_20200830

DBNodes

array<object>

任意

ノード情報。

object

任意

ノード情報。

Role

string

任意

ノードタイプ。有効な値:

  • Master: プライマリノード。

  • Slave: セカンダリノード。

説明

Cluster Edition インスタンスの場合、このパラメーターを空のままにして、NodeId パラメーターを指定してノードを識別できます。

Master

ZoneId

string

任意

ゾーン ID。

cn-shanghai-e

VSwitchId

string

任意

インスタンスの vSwitch ID。

vsw-bp1g7uym6ia6yroes6dkm

NodeId

string

任意

ノードを指定するために使用されるノードの一意の識別子。

説明

このパラメーターは Cluster Edition インスタンスにのみ有効です。

28542293

Parameters

object

任意

パラメーターとその値。すべてのパラメーター値は STRING タイプです。DescribeParameterTemplates を呼び出してパラメーター名と値をクエリできます。

説明

ParameterGroupId パラメーターを指定し、ParameterGroupId と Parameters の両方が同じパラメーターを変更する場合、Parameters で指定された値が優先されます。

string

任意

インスタンスパラメーター。

authentication_timeout

ParameterGroupId

string

任意

パラメータテンプレート ID。

rpg-dp****

レスポンスフィールド

フィールド

説明

object

レスポンスのスキーマ。

DBInstanceId

string

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

rm-uf6wjk5****

OrderId

integer

注文 ID。

221172852******

RequestId

string

リクエスト ID。

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

成功レスポンス

JSONJSON

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

エラーコード

HTTP ステータスコード

エラーコード

エラーメッセージ

説明

400 UnsupportedReduceDiskSize %s%s
400 CannotDecreaseEssdPerfLevel cannot decrease cloud essd performance level. クラウド ESSD のストレージサイズが無効です。
400 InvalidEssdStorageSize invalid cloud essd storage size. プレミアムパフォーマンスディスクのサイズは 10 GB 以上である必要があります。ESSD PL0 は 10 GB 以上、PL1 は 20 GB 以上、PL2 は 465 GB 以上、PL3 は 1265 GB 以上である必要があります。
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. 指定された 1 つ以上のリクエスト パラメータが無効です。API ドキュメントを確認してください
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. この操作では DPI エンジンバージョンの変更はサポートされていません。
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. リクエストが重複しています。トークンを確認してください。
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. DPI エンジンバージョンのスペックアップ時にストレージサイズを変更できません。
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. Alibaba Cloud は現在のリージョンの最適化と調整を予定しています。このリージョンのクラウドサービスは廃止されます。業務継続性とスムーズなデータ移行を確保するため、この時間に新規購入注文を行うことができません。ご理解とご支援をお願いいたします。
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. 現在の API オペレーションはサポートされていません。
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. 現在のインスタンスの DPI エンジンバージョンはコールドデータアーカイブをサポートしていません。
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 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 配下のインスタンスのセカンダリゾーンに利用可能な vSwitch が存在しません。
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. クラシックネットワークアドレスは現在無効になっています。インスタンスはクラスの変更を実行できません。
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. ストレージ容量が 4000 GB を超える場合、スナップショットバックアップのみがサポートされます。
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 ではありません。MySQL Group Replication はサポートされていません。
403 GroupReplicationNotSupport.InvalidNodeClassCode Group Replication requires the ClassCode of each node to be consistent. インスタンスノードのスペックが一致していません。MySQL Group Replication はサポートされていません。
403 GroupReplicationNotSupport.InvalidNodeNum Group Replication is not supported, the number of nodes must be an odd number greater than or equal to 3. インスタンスノードの数が 3 以上の奇数ではありません。MySQL Group Replication はサポートされていません。
403 GroupReplicationNotSupport.InvalidXengine Group Replication is not supported because the instance has xengine tables. インスタンスに X-Engine ストレージエンジンを使用するテーブルが含まれています。MySQL Group Replication はサポートされていません。
403 GroupReplicationNotSupport.MemoryTooSmall Group Replication is not supported because the memory is too small. インスタンスのスペックのメモリが不足しています。MySQL Group Replication はサポートされていません。
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. 変更前後のホストタイプが一致していません。ソースホストタイプとターゲットホストタイプが同じであることを確認してください。
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 キーが無効化されています。
403 InvalidInstanceLevel.Malformed Current DB instance level does not support this operation. 現在のデータベースインスタンスレベルはこの操作をサポートしていません。
403 UnsupportedByBlueGreenDeployment Operation prohibited due to blue green deployment. ブルーグリーン Deployment が存在するため、この操作は許可されていません。
403 UnSupportNonXfsDiskSizeTooLarge Non xfs disk types do not support upgrading to 60T or above. 非 XFS クラウドディスクタイプは、60 TB 以上へのアップグレードをサポートしていません。
403 UnsupportedReduceDiskSize.BinlogSpeedTooFast Binlog generate speed is too fast for disk shrink operation. バイナリログの生成速度が速すぎるため、ストレージ容量の縮小操作を実行できません。
404 InvalidClusterKms The current instance does not authorized to access the Key Management Service. 現在のインスタンスは Key Management Service (KMS) へのアクセスが許可されていません。
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. 指定されたホスト情報のフォームは存在しません。

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

変更履歴

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