All Products
Search
Document Center

ApsaraDB RDS:DescribeDBInstanceAttribute

Last Updated:Jul 19, 2024

Queries the details of an instance.

Operation description

Supported database engines

  • RDS MySQL
  • RDS PostgreSQL
  • RDS SQL Server
  • RDS MariaDB

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
DBInstanceIdstringYes

The instance ID. You can call the DescribeDBInstances operation to query the instance ID.

Notice Do not query the details of multiple instances at a time by using multiple instance IDs. Otherwise, the query times out and fails.

rm-uf6wjk5*****
ExpiredstringNo

Specifies whether the instance expires. Valid values:

  • True
  • False
False

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The ID of the request.

1AD222E9-E606-4A42-BF6D-8A4442913CEF
Itemsarray<object>

The details of instances.

object

The details of the instance.

VpcIdstring

The VPC ID.

vpc-*****
CreationTimestring

The creation time. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.

2011-05-30T12:11:04Z
IncrementSourceDBInstanceIdstring

The ID of the instance from which incremental data comes. The incremental data of a disaster recovery instance comes from its primary instance. The incremental data of a read-only instance comes from its primary instance. If this parameter is not returned, the instance is a primary instance.

rm-uf6wjk5*****
MaintainTimestring

The maintenance window of the instance. The time is displayed in UTC. The maintenance window displayed in the ApsaraDB RDS console is equal to the value of this parameter plus 8 hours.

00:00Z-02:00Z
PayTypestring

The billing method of the instance. Valid values:

  • Postpaid: pay-as-you-go
  • Prepaid: subscription
  • SERVERLESS
Postpaid
AvailabilityValuestring

The availability status of the instance in percentage.

100.0%
EngineVersionstring

The database engine version.

5.5
DedicatedHostGroupIdstring

The ID of the dedicated cluster to which the instance belongs.

dhg-7a9*****
ConnectionStringstring

The internal endpoint.

rm-uf6wjk5*****.mysql.rds.aliyuncs.com
SuperPermissionModestring

Indicates whether the instance supports superuser accounts, such as the system administrator (SA) account, Active Directory (AD) account, and host account. Valid values:

  • Enable
  • Disabled
Disabled
InstanceNetworkTypestring

The network type of the instance. Valid values:

  • Classic
  • VPC
Classic
MasterInstanceIdstring

The primary instance ID.

Note If this parameter is not returned, the instance is the primary instance.
rm-uf6wjk5*****
AutoUpgradeMinorVersionstring

The method that is used to update the minor engine version of the instance. Valid values:

  • Auto: automatic update.
  • Manual: manual update. The minor engine version of the instance is forcefully updated only when the in-use minor engine version is phased out.
Auto
ExpireTimestring

The expiration time of the instance. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.

Note Pay-as-you-go instances never expire.
2019-03-27T16:00:00Z
AccountMaxQuantityinteger

The maximum number of accounts that can be created on the instance.

50
MasterZonestring

The zone ID of the primary instance.

5454284
GuardDBInstanceIdstring

The ID of the disaster recovery instance that is attached to the primary instance.

rm-uf64zsu*****
DBInstanceStorageinteger

The storage capacity of the instance. Unit: GB.

10
TimeZonestring

The time zone.

Central Standard Time
CanTempUpgradeboolean

Indicates whether the conditions for a temporary upgrade are met.

Note Pay-as-you-go instances do not support temporary upgrades.
true
LatestKernelVersionstring

The latest minor engine version that is supported by the instance.

rds_20201031
TipsLevelinteger

The severity of the exception that is detected on the instance. This parameter is returned only when the instance is created in an ApsaraDB MyBase cluster that runs MySQL on Standard Edition. Valid values:

  • 1: The instance is normal.
  • 2: The specifications of the read-only instances do not match the specifications of the primary instance. You must adjust the specifications of these instances based on your business requirements.
1
ZoneIdstring

The zone ID.

cn-hangzhou-a
MaxConnectionsinteger

The maximum number of concurrent connections.

60
DBInstanceIdstring

The instance ID.

rm-uf6wjk5*****
TempDBInstanceIdstring

The ID of the temporary instance that is attached to the primary instance.

rm-uf64zsu*****
AdvancedFeaturesstring

The advanced features that are enabled for the instance. If multiple advanced features are enabled, the advanced features are separated by commas (,). This parameter is available only to instances that run SQL Server. Valid values:

  • LinkedServer
  • DistributeTransaction
LinkedServer
DBInstanceStorageTypestring

The storage type of the instance. Valid values:

  • local_ssd or ephemeral_ssd: local SSD
  • cloud_ssd: standard SSD
  • cloud_essd: Enterprise SSD (ESSD).
  • general_essd: general ESSD
local_ssd
DBInstanceMemorylong

The memory capacity of the instance. Unit: MB.

4096
IPTypestring

The IP address type. Only IPv4 addresses are supported.

IPv4
ConsoleVersionstring

The type of the proxy that is used by the instance. Valid values:

  • 1: shared database proxy
  • 2: dedicated database proxy
Note We recommend that you use the ProxyType parameter instead of this parameter.
2
ConnectionModestring

The connection mode of the instance. Valid values:

  • Standard: standard mode
  • Safe: database proxy mode
Standard
Portstring

The port that is used to connect to the instance over an internal network.

3306
LockModestring

The lock mode of the instance. Valid values:

  • Unlock: The instance is not locked.
  • ManualLock: The instance is manually locked.
  • LockByExpiration: The instance is automatically locked due to instance expiration.
  • LockByRestoration: The instance is automatically locked due to instance restoration.
  • LockByDiskQuota: The instance is automatically locked due to exhausted storage space.
  • LockReadInstanceByDiskQuota: The instance is a read-only instance and is automatically locked due to exhausted storage.
Unlock
GeneralGroupNamestring

The name of the dedicated cluster to which the instance belongs. This parameter is returned only when the instance is created in an ApsaraDB MyBase cluster that runs MySQL on Standard Edition.

TestGroup
VpcCloudInstanceIdstring

The ID of the VPC. This parameter is returned only when the instance resides in a VPC.

vpc-23rsxdf*****
Collationstring

The character set collation of the instance.

Chinese_PRC_CI_AS
MaxIOPSinteger

The maximum number of I/O requests per second.

150
MaxIOMBPSinteger

The maximum I/O throughput. Unit: MB/s.

0MB/s
Tipsstring

The information about the exception that is detected on the instance. This parameter is returned only when the instance is created in an ApsaraDB MyBase cluster that runs MySQL on Standard Edition.

The IP addresses in the IP address whitelist.
SecurityIPListstring

The IP addresses in the IP address whitelist.

192.168.XX.XX/24
SecurityIPModestring

The whitelist mode. Valid values:

  • normal: standard whitelist mode
  • safety: enhanced whitelist mode
normal
DBInstanceClassTypestring

The instance family. Valid values:

  • s: shared instance family
  • x: general-purpose instance family
  • d: dedicated instance family
  • h: dedicated host instance family
s
DBInstanceDiskUsedstring

The disk usage of the instance. Unit: MB.

300
ProxyTypeinteger

The type of the proxy that is supported by the instance. Valid values:

  • 0: The instance does not support database proxies.
  • 1: The instance supports shared proxies, with which the instance runs in multi-tenant mode.
  • 2: The instance supports dedicated proxies, with which the instance runs in single-tenant mode.
1
CurrentKernelVersionstring

The minor engine version.

rds_20181010
DBInstanceDescriptionstring

The instance description.

The number of cores that are configured for the instance.
TempUpgradeTimeStartstring

The start time of the temporary upgrade of the instance.

Note This parameter is unavailable for pay-as-you-go instances.
2024-05-29 00:00:00
DBInstanceCPUstring

The number of CPU cores.

2
DBInstanceNetTypestring

The type of the network over which the instance is connected. Valid values:

  • Internet
  • Intranet
Internet
DBInstanceTypestring

The type of the instance. Valid values:

  • Primary: primary instance
  • Readonly: read-only instance
  • Guard: disaster recovery instance
  • Temp: temporary instance
Primary
LockReasonstring

The reason why the instance was locked.

instance_expired
DBInstanceStatusstring

The instance status. For more information, see Instance statuses.

Running
DBMaxQuantityinteger

The maximum number of databases that can be created on the instance.

200
RegionIdstring

The region ID.

cn-hangzhou
ReadonlyInstanceSQLDelayedTimestring

The latency at which the system replicates data to read-only instances. The system replicates data from the primary instance to the read-only instances at the latency that is specified by the ReadonlyInstanceSQLDelayedTime parameter. Unit: seconds.

30
TempUpgradeTimeEndstring

The end time of the temporary upgrade of the instance.

Note This parameter is unavailable for pay-as-you-go instances.
2024-05-30 00:00:00
VSwitchIdstring

The vSwitch ID.

vsw-*****
ResourceGroupIdstring

The resource group ID.

rg-acfmy*****
Categorystring

The RDS edition. Valid values:

  • Basic: RDS Basic Edition
  • HighAvailability: RDS High-availability Edition
  • cluster: RDS Cluster Edition for ApsaraDB RDS for MySQL
  • AlwaysOn: RDS Cluster Edition for ApsaraDB RDS for SQL Server
  • Finance: RDS Enterprise Edition
  • Serverless_basic: RDS Basic Edition for serverless instances
Basic
DBInstanceClassstring

The instance type of the instance. For more information, see Primary ApsaraDB RDS instance types.

rds.mys2.small
Enginestring

The database engine of the instance. Valid values:

  • MySQL
  • PostgreSQL
  • SQLServer
  • MariaDB
MySQL
SlaveZonesarray<object>

The zone IDs of the secondary instances.

object

The following information is returned.

ZoneIdstring

The zone ID.

cn-hangzhou-a
ReadOnlyDBInstanceIdsarray<object>

The IDs of the read-only instances that are attached to the primary instance.

object

The data returned.

DBInstanceIdstring

The read-only instance ID.

rm-bp*****
Extraobject

The extended information of the instance.

DBInstanceIdsarray

The instance IDs.

string

The instance ID.

rm-uf6wjk5*****
RecoveryModelstring

The recovery model. Valid values: Simple and Full.

Simple
DeletionProtectionboolean

Indicates whether the release protection feature is enabled. Valid values:

  • true
  • false
true
ServerlessConfigobject

The settings of the serverless instance.

ScaleMindouble

The minimum number of RDS Capacity Units (RCUs).

0.5
ScaleMaxdouble

The maximum number of RCUs.

8
AutoPauseboolean

Indicates whether the automatic start and stop feature is enabled for the serverless instance. Valid values:

  • true
  • false (default)
Note After the automatic start and stop feature is enabled, if no connections to the instance are established within 10 minutes, the instance is suspended. After a connection to the instance is established, the instance is automatically resumed.
true
SwitchForceboolean

Indicates whether the forced scaling feature is enabled for the serverless instance. Valid values:

  • true
  • false (default)
Note In most cases, ApsaraDB RDS automatically scales in or out the RCUs of a serverless instance based on business requirements in real time. In rare cases, the scaling does not take effect in real time. You can enable the forced scaling feature to forcefully scales in or out the RCUs of the instance.
false
BabelfishConfigobject

The configuration of the Babelfish feature for the ApsaraDB RDS for PostgreSQL instance.

Note This parameter applies only to ApsaraDB RDS for PostgreSQL instances for which Babelfish is enabled. For more information, see Introduction to Babelfish.
BabelfishEnabledstring

Indicates whether Babelfish is enabled.

Note If Babelfish is enabled when you purchase an ApsaraDB RDS for PostgreSQL instance, this parameter is fixed as true.
true
MigrationModestring

The migration mode for Babelfish. Valid values:

  • single-db
  • multi-db
Note For more information about migration modes for Babelfish, see Migration modes.
single-db
kindCodestring

An internal parameter. You do not need to specify this parameter.

The architecture type of the instance. Valid values: - **x86** - **arm**
InstructionSetArchstring

The architecture type of the instance. Valid values:

  • x86
  • arm
x86
DBClusterNodesarray<object>

The information about the node in the cluster.

object

The details of the node.

NodeRegionIdstring

The region ID.

cn-beijing
NodeZoneIdstring

The zone ID.

cn-beijing-h
NodeIdstring

The node ID.

rn-****
NodeRolestring

The role of the node. Valid values:

  • primary
  • secondary
primary
ClassCodestring

The node specification.

mysql.n2.medium.xc
ClassTypestring

The node type. Default value: true. Valid values:

  • d: dedicated node type
  • x: general-purpose node type
x
Cpustring

The number of CPU cores of the node.

4
Memorystring

The memory capacity of the node. Unit: MB.

4096
Statusstring

The node status. Valid values:

  • active
  • creating
  • deleting
  • classchanging
  • restarting
active
IoAccelerationEnabledstring

A reserved parameter.

None
PGBouncerEnabledstring

Indicates whether PgBouncer is enabled.

Note This parameter is returned only for RDS instances that run PostgreSQL. If PgBouncer is enabled, the return value is true.
true
ColdDataEnabledboolean

A reserved parameter.

None

Examples

Sample success responses

JSONformat

{
  "RequestId": "1AD222E9-E606-4A42-BF6D-8A4442913CEF",
  "Items": {
    "DBInstanceAttribute": [
      {
        "VpcId": "vpc-*****",
        "CreationTime": "2011-05-30T12:11:04Z",
        "IncrementSourceDBInstanceId": "rm-uf6wjk5*****",
        "MaintainTime": "00:00Z-02:00Z",
        "PayType": "Postpaid",
        "AvailabilityValue": "100.0%",
        "EngineVersion": "5.5",
        "DedicatedHostGroupId": "dhg-7a9*****",
        "ConnectionString": "rm-uf6wjk5*****.mysql.rds.aliyuncs.com",
        "SuperPermissionMode": "Disabled",
        "InstanceNetworkType": "Classic",
        "MasterInstanceId": "rm-uf6wjk5*****",
        "AutoUpgradeMinorVersion": "Auto",
        "ExpireTime": "2019-03-27T16:00:00Z",
        "AccountMaxQuantity": 50,
        "MasterZone": "5454284",
        "GuardDBInstanceId": "rm-uf64zsu*****",
        "DBInstanceStorage": 10,
        "TimeZone": "Central Standard Time",
        "CanTempUpgrade": true,
        "LatestKernelVersion": "rds_20201031",
        "TipsLevel": 1,
        "ZoneId": "cn-hangzhou-a",
        "MaxConnections": 60,
        "DBInstanceId": "rm-uf6wjk5*****",
        "TempDBInstanceId": "rm-uf64zsu*****",
        "AdvancedFeatures": "LinkedServer",
        "DBInstanceStorageType": "local_ssd",
        "DBInstanceMemory": 4096,
        "IPType": "IPv4",
        "ConsoleVersion": "2",
        "ConnectionMode": "Standard",
        "Port": "3306",
        "LockMode": "Unlock",
        "GeneralGroupName": "TestGroup",
        "VpcCloudInstanceId": "vpc-23rsxdf*****",
        "Collation": "Chinese_PRC_CI_AS",
        "MaxIOPS": 150,
        "MaxIOMBPS": 0,
        "Tips": "The IP addresses in the IP address whitelist.\n",
        "SecurityIPList": "192.168.XX.XX/24",
        "SecurityIPMode": "normal",
        "DBInstanceClassType": "s",
        "DBInstanceDiskUsed": "300",
        "ProxyType": 1,
        "CurrentKernelVersion": "rds_20181010",
        "DBInstanceDescription": "The number of cores that are configured for the instance.\n",
        "TempUpgradeTimeStart": "2024-05-29 00:00:00",
        "DBInstanceCPU": "2",
        "DBInstanceNetType": "Internet",
        "DBInstanceType": "Primary",
        "LockReason": "instance_expired",
        "DBInstanceStatus": "Running",
        "DBMaxQuantity": 200,
        "RegionId": "cn-hangzhou ",
        "ReadonlyInstanceSQLDelayedTime": "30",
        "TempUpgradeTimeEnd": "2024-05-30 00:00:00",
        "VSwitchId": "vsw-*****",
        "ResourceGroupId": "rg-acfmy*****",
        "Category": "Basic",
        "DBInstanceClass": "rds.mys2.small",
        "Engine": "MySQL",
        "SlaveZones": {
          "SlaveZone": [
            {
              "ZoneId": "cn-hangzhou-a"
            }
          ]
        },
        "ReadOnlyDBInstanceIds": {
          "ReadOnlyDBInstanceId": [
            {
              "DBInstanceId": "rm-bp*****"
            }
          ]
        },
        "Extra": {
          "DBInstanceIds": {
            "DBInstanceId": [
              "rm-uf6wjk5*****"
            ]
          },
          "RecoveryModel": "Simple"
        },
        "DeletionProtection": true,
        "ServerlessConfig": {
          "ScaleMin": 0.5,
          "ScaleMax": 8,
          "AutoPause": true,
          "SwitchForce": false
        },
        "BabelfishConfig": {
          "BabelfishEnabled": "true",
          "MigrationMode": "single-db"
        },
        "kindCode": "The architecture type of the instance. Valid values:\n\n- **x86**\n- **arm**",
        "InstructionSetArch": "x86",
        "DBClusterNodes": {
          "DBClusterNode": [
            {
              "NodeRegionId": "cn-beijing",
              "NodeZoneId": "cn-beijing-h",
              "NodeId": "rn-****",
              "NodeRole": "primary",
              "ClassCode": "mysql.n2.medium.xc",
              "ClassType": "x",
              "Cpu": "4",
              "Memory": "4096",
              "Status": "active"
            }
          ]
        },
        "BurstingEnabled": false,
        "BpeEnabled": "false",
        "IoAccelerationEnabled": "None",
        "PGBouncerEnabled": "true",
        "ColdDataEnabled": true
      }
    ]
  }
}

Error codes

HTTP status codeError codeError messageDescription
400ConnectTimeoutRetryLaterConnect timeout retry later.The connection timed out. Please try again later.
400TimeoutRetryLaterTimeout, please retry later.-
400DataNotExistData not exist.No data is available.
400Order.ComboInstanceNotAllowOperateA package instance is not allowed to operate independently.A package instance is not allowed to operate independently.
400Price.PricingPlanResultNotFoundPricing plan price result not found.Pricing plan price result not found.
400Order.NoRealNameAuthenticationYou 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.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.
400InsufficientAvailableQuotaYour account quota limit is less than 0, please recharge before trying to purchase.Your account available limit is less than 0, please recharge before trying to purchase.
400CommodityServiceCalling.ExceptionFailed to call commodity service.Failed to call commodity service return.
400RegionDissolvedEOMDear 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.Hello, Alibaba Cloud plans to optimize and adjust the current region. Cloud services in this region will stop operating. In order to ensure your business continuity and smooth transition of data migration, you are currently unable to operate new purchase orders. Thank you for your understanding and support.
400Commodity.InvalidComponentThe module you purchased is not legal, please buy it again.The module you purchased is not legal, please buy it again.
400RegionEndTimeDissolvedIndiaCloud services in the India (Mumbai) region will be discontinued. Set the validity date to July 15, 2024 or earlier than July 15, 2024.Cloud services in the India (Mumbai) region will be discontinued. Set the validity date to July 15, 2024 or earlier than July 15, 2024.
400RegionEndTimeDissolvedAustraliaCloud services in the Australia (Sydney) region will be discontinued. Set the validity date to September 30, 2024 or earlier than September 30, 2024.Cloud services in the Australia (Sydney) region will be discontinued. Set the validity date to September 30, 2024 or earlier than September 30, 2024.
400Price.CommoditySysCommodity system call exception.Commodity system call exception.
400Pay.InsufficientBalanceInsufficient available balance.Insufficient available balance.
400Order.PeriodInvalidThere is a problem with the period you selected, please choose again.There is a problem with the period you selected, please choose again.
400pay.noCreditCardAccount not bound to credit card.-
400Order.InstHasUnpaidOrderThere is an unpaid order for the service you have purchased. Please pay or void it before placing the order.There is an unpaid order for the service you have purchased. Please pay or void it before placing the order.
400noAvailablePaymentMethodNo payment method is specified for your account. We recommend that you add a payment method.-
400BasicInfoUncompletedYour information is incomplete. Complete your information before the operation.Your basic information is not complete, please complete your basic information before operation.
400Risk.RiskControlRejectionYour account is abnormal, please contact customer service for details.Your account is abnormal, please contact customer service for details.
400BasicInfoUncompletedYour information is incomplete, Complete your information before the operation.-
400Api.NotSupportSpecified api is not supported.The current interface does not support.
400ContainForbiddenLabelErrorThere is a label that prohibits placing orders. Please contact your distributor for assistance.You cannot place the order because a tag indicates that order placement is prohibited. Contact your distributor.
400InvalidDBInstanceId.NotFoundThe DBInstanceId provided does not exist in records.The DBInstanceId provided does not exist.
400InvalidInstanceLevel.DiskTypeSpecified instance level not support request disk typeThe current instance type does not support the specified storage type.
400InvalidParamSepcified wal level Parameter is invalid. There are still logical slots in instance, so it can not be set as replica.The specified wal_level parameter is invalid. There is still a copy slot in the instance, so it cannot be set to replica.
400KmsApiErrorUser secret key invalid.The user key is invalid.
400System.SaleValidateFailedSales expression validation system error.A system error occurs when the sales expression is verified.
400Abs.InvalidAccount.NotFoundaccount is not found.The account does not exist.
400SqlExecuteFailedOrTimeoutsql command execution failed or timed out:%s.SQL command execution failed or timed out
400ColdData.EngineVersionNotSupportThe current instance engine version not support coldDataEnabled.The current instance engine version not support coldDataEnabled.
400ColdData.MinorVersionNotSupportThe current instance minor version not support coldDataEnabled.The current instance minor version not support coldDataEnabled.
400IncorrectTargetClasscodeThe current instance type does not support this operation.This operation is not supported by the instance type.
400InvalidConnectionString.DuplicateSpecified connection string already exists in the RDS.The link address name is duplicate. Please reset the connection string.
400RequiredParam.NotFoundRequired input param is not found.-
400Parameters.InvalidParameter error, please check the parameters.Parameter error, please check the parameters.
400BackupPolicyNotSupportCold Data won't open with CrossBackup or Flash Backup, please check Backup Policy.Cold Data won't open with CrossBackup or Flash Backup, please check Backup Policy.
400InvalideStatus.FormatThe instance status does not support this operation.-
400InvalidReleasedKeepPolicy.FormatSpecified Released Keep Policy is not valid.Specified Released Keep Policy is not valid.
400InvalidDBInstanceEngineType.Formatthe DB instance engine type does not support this operation.This operation is not supported for the database engine of the instance.
400Pay.NoCreditCardNo credit cards.No credit cards.
400VpcNetworkTypeNotSupportThe vpc network type instance does not support this operation.The vpc network type instance does not support this operation.
400MirrorInsExistsSpecified DB instance mirror ins already existed.Specified DB instance mirror ins already existed.
400UnsupportedClassCodeThe specified DB instance class stops selling.The specified DB instance class stops selling.
400InvalidBackupSetThe specified database does not exist in the backup set.The specified database does not exist in the backup set.
400OrdTCommodityQueryErrorFailed to query for product.Failed to query product.
403OrderStatus.UnPaidThe specified db instance has unpaid order.The instance has an unpaid order. Please pay first and try again.
403InvalidReduceDiskSizeThe storage capacity after the scale-down must be larger than the used amount.The scale-in target capacity cannot be less than the current storage space usage
403CloudSSDNotSupportCloud ssd does not support this operation, please upgrade to essd.-
403InvalidUserOperatorPermissionThe user permission does not support this operation.The user is not authorized to perform this operation.
403InvalidVswitchIdSpecified conn vswitch id is not valid.-
403IncorrectMinorVersionCurrent engine minor version does not support operations.This operation is not supported for the current minor engine version.
403OperationDenied.ZoneResourceThere is no available zone for inventory.There is no available zone for inventory.
403NotInFlowControllerSorry,no permission.Sorry,no permission.
403InvalidKmsKeyKms key is disabled.-
403InvalidInstanceLevel.MalformedCurrent DB instance level does not support this operation.The specified database instance type does not support this operation.
404InvalidClusterKmsThe current instance does not authorized to access the Key Management Service.The instance does not have permissions to access Key Management Service (KMS).
404Request.NotFoundThe requested resource is not available.The requested resources are unavailable.
404HostInfo.NotFoundThe specified host info is not found.-
500ExternalFailureThe request processing has failed due to external service failure.The request processing has failed due to external service failure.
500RequestMetaDataFailedThe service request failed. Please try again later or contact service personnel.The service request failed. Please try again later or contact service personnel.
500InvokeProxyFailureThe request processing has failed due to service failure of rds api.The request failed to be processed due to an RDS API failure.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2024-06-27The Error code has changed. The response structure of the API has changedView Change Details
2024-05-23The Error code has changed. The response structure of the API has changedView Change Details
2024-01-04The Error code has changed. The response structure of the API has changedView Change Details
2023-11-15The Error code has changed. The response structure of the API has changedView Change Details
2023-10-11The Error code has changed. The response structure of the API has changedView Change Details
2023-06-27The Error code has changed. The response structure of the API has changedView Change Details
2022-09-01The Error code has changed. The response structure of the API has changedView Change Details
2022-07-05API Description Update. The Error code has changed. The response structure of the API has changedView Change Details
2022-02-28The Error code has changed. The response structure of the API has changedView Change Details
2022-02-28The Error code has changed. The response structure of the API has changedView Change Details
2022-02-28The Error code has changed. The response structure of the API has changedView Change Details
2022-02-28The Error code has changed. The response structure of the API has changedView Change Details
2022-02-28The Error code has changed. The response structure of the API has changedView Change Details