该接口用于查询RDS实例的详细信息。
接口说明
适用引擎
RDS MySQL
RDS PostgreSQL
RDS SQL Server
RDS MariaDB
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
rds:DescribeDBInstanceAttribute |
get |
*DBInstance
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| DBInstanceId |
string |
是 |
实例 ID。可调用 DescribeDBInstances 获取。 警告 请勿同时配置多个实例 ID 进行批量查询,否则将会查询超时导致失败。 |
rm-uf6wjk5**** |
| Expired |
string |
否 |
实例过期状态。取值:
|
False |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
返回参数详情。 |
||
| Items |
object |
||
| DBInstanceAttribute |
array<object> |
实例属性列表。 |
|
|
array<object> |
实例属性详情。 |
||
| AccountMaxQuantity |
integer |
可创建账号的最大数量。 |
50 |
| AdvancedFeatures |
string |
目前只针对SQL Server,获取高级特性值,多个值之间用半角逗号(,)隔开。返回值:
|
LinkedServer |
| AutoUpgradeMinorVersion |
string |
实例升级小版本的方式。返回值:
|
Auto |
| AvailabilityValue |
string |
实例可用性状态,单位:百分比(%)。 |
100.0% |
| BabelfishConfig |
object |
|
|
| BabelfishEnabled |
string |
Babelfish 开关。 说明
购买 RDS PostgreSQL 实例时,如果开启了 Babelfish,则此参数固定为 true。 |
true |
| MigrationMode |
string |
Babelfish迁移模式。返回值:
|
single-db |
| BpeEnabled |
string |
弃用参数,无需配置。 |
0 |
| IsAnalyticIns |
boolean |
||
| CanTempUpgrade |
boolean |
是否满足临时升级条件。 说明
按量付费实例不支持临时升级。 |
true |
| Category |
string |
实例系列。返回值:
|
Basic |
| ColdDataEnabled |
boolean |
高性能云盘数据归档功能开关。返回值:
|
false |
| Collation |
string |
系统字符集排序规则。 |
Chinese_PRC_CI_AS |
| ConnectionMode |
string |
实例的访问模式。返回值:
|
Standard |
| ConnectionString |
string |
内网连接地址。 |
rm-uf6wjk5****.mysql.rds.aliyuncs.com |
| ConsoleVersion |
string |
实例的代理类型。返回值:
说明
不建议使用该参数,请使用返回参数 ProxyType。 |
2 |
| CreationTime |
string |
创建时间。格式为yyyy-MM-ddTHH:mm:ssZ(UTC 时间)。 |
2011-05-30T12:11:04Z |
| CurrentKernelVersion |
string |
当前内核版本。 |
rds_20201010 |
| DBClusterNodes |
object |
||
| DBClusterNode |
array<object> |
集群节点相关信息。 |
|
|
object |
节点详情。 |
||
| ClassCode |
string |
节点规格。 |
mysql.n2.medium.xc |
| ClassType |
string |
节点规格类型。返回值:
|
x |
| Cpu |
string |
节点 CPU 大小。 |
4 |
| Memory |
string |
节点的内存大小。单位:MB。 |
4096 |
| NodeId |
string |
节点 ID。 |
rn-**** |
| NodeRegionId |
string |
Region ID。 |
cn-beijing |
| NodeRole |
string |
节点角色。返回值:
|
primary |
| NodeZoneId |
string |
可用区 ID。 |
cn-beijing-h |
| Status |
string |
节点的状态。返回值:
|
active |
| DisasterRecoveryNode |
boolean |
||
| DBInstanceCPU |
string |
实例 CPU 数量。 |
2 |
| DBInstanceClass |
string |
实例规格,详情请参见实例规格表。 |
rds.mys2.small |
| DBInstanceClassType |
string |
实例规格族。返回值:
|
s |
| DBInstanceDescription |
string |
实例备注。 |
testInstance |
| DBInstanceDiskUsed |
string |
实例的磁盘使用量,单位:byte。 重要 对于 RDS MySQL Serverless 实例,当实例状态为已暂停(Stopped)时,该参数返回值为 0。 |
300 |
| DBInstanceId |
string |
实例 ID。 |
rm-uf6wjk5**** |
| DBInstanceMemory |
integer |
实例内存,单位:M。 |
4096 |
| DBInstanceNetType |
string |
实例是内网或外网。返回值:
|
Internet |
| DBInstanceStatus |
string |
实例状态,详情请参见实例状态表。 |
Running |
| DBInstanceStorage |
integer |
实例存储空间,单位:GB。 |
10 |
| DBInstanceStorageType |
string |
实例储存类型。返回值:
|
local_ssd |
| DBInstanceType |
string |
实例类型。返回值:
|
Primary |
| DBMaxQuantity |
integer |
一个实例下可创建最大数据库数量。 |
200 |
| DedicatedHostGroupId |
string |
专属集群 ID。 |
dhg-7a9***** |
| DeletionProtection |
boolean |
是否已开启释放保护功能。返回值:
|
true |
| DisasterRecoveryInfo |
string |
灾备源实例信息。 |
{"replicatorAccount": "******","sourcePort":******,"sourceAddress": "pgm-2ze******","sourceCategory": "aliyunRDS","sourceInstanceRegionId": "cn-******","replicatorPassword": "******","sourceInstanceName": "pgm-2ze******"} |
| DisasterRecoveryInstances |
string |
当前实例的所有灾备实例。 |
[{"regionId":"cn-******","insName":"pgm-2ze******"},{"regionId":"cn-******","insName":"pgm-2ze******"}] |
| Engine |
string |
数据库类型。返回值:
|
MySQL |
| EngineVersion |
string |
数据库版本。 |
8.0 |
| ExpireTime |
string |
到期时间。格式为yyyy-MM-ddTHH:mm:ssZ(UTC 时间)。 说明
按量付费实例无到期时间。 |
2019-03-27T16:00:00Z |
| Extra |
object |
扩展信息。 |
|
| AccountSecurityPolicy |
string |
数据库账号的密码策略。返回值:
|
{"MaximumPasswordAge": 42,"MinimumPasswordAge": 30} |
| DBInstanceIds |
object |
||
| DBInstanceId |
array |
数据库实例 ID 列表。 |
|
|
string |
实例 ID。 |
rm-uf6wjk5**** |
|
| RecoveryModel |
string |
恢复模式。 |
Simple:简单恢复模式。 Full:完整恢复模式。 |
| GeneralGroupName |
string |
专属集群 MySQL 通用版实例所属的组名。 |
TestGroup |
| GuardDBInstanceId |
string |
该实例如果挂载着灾备实例,即为灾备实例的 ID。 |
rm-uf64zsu**** |
| IPType |
string |
IP 地址类型。当前仅支持 IPv4。 |
IPv4 |
| IncrementSourceDBInstanceId |
string |
增量数据来源的实例 ID,例如灾备实例的增量数据来源是主实例。只读实例的增量数据来源是主实例,如果没有返回此参数则表示该实例是主实例。 |
rm-uf6wjk5**** |
| InstanceNetworkType |
string |
实例的网络类型。返回值:
|
Classic |
| InstructionSetArch |
string |
实例的架构类型。返回值:
|
x86 |
| IoAccelerationEnabled |
string |
高性能云盘的Buffer Pool Extension(BPE)功能开关。返回值:
|
0 |
| LatestKernelVersion |
string |
当前实例支持的最新内核版本。 |
rds_20231031 |
| LockMode |
string |
实例锁定模式。返回值:
|
Unlock |
| LockReason |
string |
锁定原因。 |
instance_expired |
| MaintainTime |
string |
实例可维护时间段,表示为 UTC 时间,+8 小时后是控制台上显示到的可维护时间段。 |
00:00Z-02:00Z |
| MasterInstanceId |
string |
主实例的 ID。 说明
如果没有返回此参数则表示该实例是主实例。 |
rm-uf6wjk5**** |
| MasterZone |
string |
主可用区 ID。 |
5454284 |
| MaxConnections |
integer |
最大并发连接数。 |
60 |
| MaxIOMBPS |
integer |
最大 IO 吞吐。单位:MB/s。 |
100 |
| MaxIOPS |
integer |
最大每秒 IO 请求次数。 |
150 |
| MultipleTempUpgrade |
boolean |
实例是否正在进行弹性变配。返回 true 表示当前正在进行弹性变配,若未进行,则不返回该参数值。 |
true |
| PGBouncerEnabled |
string |
PgBouncer 开关。 说明
仅 PostgreSQL 实例返回此参数,如果开启了 PgBouncer,则此参数返回值为 true。 |
true |
| PayType |
string |
实例付费方式。返回值:
|
Postpaid |
| Port |
string |
内网连接端口。 |
3306 |
| ProxyType |
integer |
实例支持的代理类型。返回值:
|
1 |
| ReadOnlyDBInstanceIds |
object |
||
| ReadOnlyDBInstanceId |
array<object> |
主实例下挂载的只读实例 ID 列表。 |
|
|
object |
只读实例详情。 |
||
| DBInstanceId |
string |
只读实例 ID。 |
rm-bp**** |
| ReadonlyInstanceSQLDelayedTime |
string |
只读实例延迟复制时间,只读实例延迟 ReadonlyInstanceSQLDelayedTime 的时间后再同步主实例数据,单位:秒(s)。 |
30 |
| RegionId |
string |
地域 ID。 |
cn-hangzhou |
| ResourceGroupId |
string |
资源组 ID。 |
rg-acfmy**** |
| SecurityIPList |
string |
IP 白名单分组下的 IP 列表。 |
192.168.XX.XX/24 |
| SecurityIPMode |
string |
白名单模式。返回值:
|
normal |
| ServerlessConfig |
object |
RDS Serverless 实例的相关设置。 |
|
| AutoPause |
boolean |
是否开启 Serverless 实例的自动启停功能。返回值:
说明
10 分钟无任何连接将进入暂停状态,连接时会自动唤醒。 |
true |
| ScaleMax |
number |
实例 RCU(RDS Capacity Unit)自动扩缩范围的最大值。 |
8 |
| ScaleMin |
number |
实例 RCU(RDS Capacity Unit)自动扩缩范围的最小值。 |
0.5 |
| SwitchForce |
boolean |
是否开启 Serverless 实例的强制弹性扩缩容。返回值:
说明
实例 RCU 的弹性扩缩容通常会立刻生效,但在某些特殊情况下无法即时完成扩缩容,此时可开启本参数进行强制扩缩容。 |
false |
| SlaveZones |
object |
||
| SlaveZone |
array<object> |
组成 SlaveZones 的参数列表。 |
|
|
object |
可用区详情。 |
||
| ZoneId |
string |
可用区。 |
cn-hangzhou-a |
| SuperPermissionMode |
string |
当前实例是否可以开放 SA 账号、AD 域、主机账号等高权限功能。返回值:
|
Disabled |
| TempDBInstanceId |
string |
该实例如果挂载着临时实例,即为临时实例 ID。 |
rm-uf64zsu**** |
| TempUpgradeTimeEnd |
string |
实例临时升级结束时间。 说明
按量付费实例无实例临时升级结束时间。 |
2024-05-30 00:00:00 |
| TempUpgradeTimeStart |
string |
实例临时升级开始时间。 说明
按量付费实例无实例临时升级开始时间。 |
2024-05-29 00:00:00 |
| TimeZone |
string |
时区。 |
Central Standard Time |
| Tips |
string |
专属集群 MySQL 通用版实例的异常提示信息。 |
normal |
| TipsLevel |
integer |
专属集群 MySQL 通用版实例的异常提示等级。返回值:
|
1 |
| VSwitchId |
string |
交换机 ID。 |
vsw-**** |
| VpcCloudInstanceId |
string |
专有网络实例 ID。 |
vpc-23rsxdf**** |
| VpcId |
string |
VPC ID。 |
vpc-**** |
| ZoneId |
string |
可用区 ID。 |
cn-hangzhou-a |
| kindCode |
string |
内部参数,无需配置。 |
test |
| OptimizedWritesInfo |
string |
OptimizedWritesInfo 包含两个字段:
|
{"optimized_writes":true,"init_optimized_writes":true} |
| CompressionMode |
string |
存储压缩模式。 |
on, off |
| SupportCompression |
boolean |
实例是否支持开启存储压缩。 |
true, false |
| CompressionRatio |
string |
存储压缩率。 |
1.25 |
| BlueGreenDeploymentName |
string |
备用参数,无需配置。 |
None |
| GreenInstanceName |
string |
备用参数,无需配置。 |
None |
| BlueInstanceName |
string |
备用参数,无需配置。 |
None |
| ComputeBurstEnabled |
boolean |
备用参数,无需配置。 |
None |
| ReadOnlyStatus |
string |
备用参数,无需配置。 |
None |
| BurstingEnabled |
boolean |
高性能云盘的 IO 性能突发功能开关。取值:
|
false |
| IsAnalyticReadOnlyIns |
boolean |
实例是否属于MySQL DuckDB 分析实例。返回值:
|
false |
| VectorSupportStatus |
string |
向量支持状态 |
ON |
| NodePerformance |
string |
||
| DrReplicaInfo |
object |
||
| InsName |
string |
||
| Region |
string |
||
| UnitCode |
string |
||
| WarmStandbyInfo |
object |
||
| InsName |
string |
||
| Region |
string |
||
| UnitCode |
string |
||
| RequestId |
string |
请求 ID。 |
1AD222E9-E606-4A42-BF6D-8A4442913CEF |
示例
正常返回示例
JSON格式
{
"Items": {
"DBInstanceAttribute": [
{
"AccountMaxQuantity": 50,
"AdvancedFeatures": "LinkedServer",
"AutoUpgradeMinorVersion": "Auto",
"AvailabilityValue": "100.0%",
"BabelfishConfig": {
"BabelfishEnabled": "true",
"MigrationMode": "single-db"
},
"BpeEnabled": "0",
"IsAnalyticIns": true,
"CanTempUpgrade": true,
"Category": "Basic",
"ColdDataEnabled": false,
"Collation": "Chinese_PRC_CI_AS",
"ConnectionMode": "Standard",
"ConnectionString": "rm-uf6wjk5****.mysql.rds.aliyuncs.com",
"ConsoleVersion": "2",
"CreationTime": "2011-05-30T12:11:04Z",
"CurrentKernelVersion": "rds_20201010",
"DBClusterNodes": {
"DBClusterNode": [
{
"ClassCode": "mysql.n2.medium.xc",
"ClassType": "x",
"Cpu": "4",
"Memory": "4096",
"NodeId": "rn-****",
"NodeRegionId": "cn-beijing",
"NodeRole": "primary",
"NodeZoneId": "cn-beijing-h",
"Status": "active",
"DisasterRecoveryNode": true
}
]
},
"DBInstanceCPU": "2",
"DBInstanceClass": "rds.mys2.small",
"DBInstanceClassType": "s",
"DBInstanceDescription": "testInstance",
"DBInstanceDiskUsed": "300",
"DBInstanceId": "rm-uf6wjk5****",
"DBInstanceMemory": 4096,
"DBInstanceNetType": "Internet",
"DBInstanceStatus": "Running",
"DBInstanceStorage": 10,
"DBInstanceStorageType": "local_ssd",
"DBInstanceType": "Primary",
"DBMaxQuantity": 200,
"DedicatedHostGroupId": "dhg-7a9*****",
"DeletionProtection": true,
"DisasterRecoveryInfo": "{\"replicatorAccount\": \"******\",\"sourcePort\":******,\"sourceAddress\": \"pgm-2ze******\",\"sourceCategory\": \"aliyunRDS\",\"sourceInstanceRegionId\": \"cn-******\",\"replicatorPassword\": \"******\",\"sourceInstanceName\": \"pgm-2ze******\"}",
"DisasterRecoveryInstances": "[{\"regionId\":\"cn-******\",\"insName\":\"pgm-2ze******\"},{\"regionId\":\"cn-******\",\"insName\":\"pgm-2ze******\"}]",
"Engine": "MySQL",
"EngineVersion": "8.0",
"ExpireTime": "2019-03-27T16:00:00Z",
"Extra": {
"AccountSecurityPolicy": "{\"MaximumPasswordAge\": 42,\"MinimumPasswordAge\": 30}",
"DBInstanceIds": {
"DBInstanceId": [
"rm-uf6wjk5****"
]
},
"RecoveryModel": "Simple:简单恢复模式。\nFull:完整恢复模式。"
},
"GeneralGroupName": "TestGroup",
"GuardDBInstanceId": "rm-uf64zsu****",
"IPType": "IPv4",
"IncrementSourceDBInstanceId": "rm-uf6wjk5****",
"InstanceNetworkType": "Classic",
"InstructionSetArch": "x86",
"IoAccelerationEnabled": "0",
"LatestKernelVersion": "rds_20231031",
"LockMode": "Unlock",
"LockReason": "instance_expired",
"MaintainTime": "00:00Z-02:00Z",
"MasterInstanceId": "rm-uf6wjk5****",
"MasterZone": "5454284",
"MaxConnections": 60,
"MaxIOMBPS": 100,
"MaxIOPS": 150,
"MultipleTempUpgrade": true,
"PGBouncerEnabled": "true",
"PayType": "Postpaid",
"Port": "3306",
"ProxyType": 1,
"ReadOnlyDBInstanceIds": {
"ReadOnlyDBInstanceId": [
{
"DBInstanceId": "rm-bp****"
}
]
},
"ReadonlyInstanceSQLDelayedTime": "30",
"RegionId": "cn-hangzhou ",
"ResourceGroupId": "rg-acfmy****",
"SecurityIPList": "192.168.XX.XX/24",
"SecurityIPMode": "normal",
"ServerlessConfig": {
"AutoPause": true,
"ScaleMax": 8,
"ScaleMin": 0.5,
"SwitchForce": false
},
"SlaveZones": {
"SlaveZone": [
{
"ZoneId": "cn-hangzhou-a"
}
]
},
"SuperPermissionMode": "Disabled",
"TempDBInstanceId": "rm-uf64zsu****",
"TempUpgradeTimeEnd": "2024-05-30 00:00:00",
"TempUpgradeTimeStart": "2024-05-29 00:00:00",
"TimeZone": "Central Standard Time",
"Tips": "normal",
"TipsLevel": 1,
"VSwitchId": "vsw-****",
"VpcCloudInstanceId": "vpc-23rsxdf****",
"VpcId": "vpc-****",
"ZoneId": "cn-hangzhou-a",
"kindCode": "test",
"OptimizedWritesInfo": "{\"optimized_writes\":true,\"init_optimized_writes\":true}",
"CompressionMode": "on, off",
"SupportCompression": true,
"CompressionRatio": "1.25",
"BlueGreenDeploymentName": "None",
"GreenInstanceName": "None",
"BlueInstanceName": "None",
"ComputeBurstEnabled": true,
"ReadOnlyStatus": "None",
"BurstingEnabled": false,
"IsAnalyticReadOnlyIns": false,
"VectorSupportStatus": "ON",
"NodePerformance": "",
"DrReplicaInfo": {
"InsName": "",
"Region": "",
"UnitCode": ""
},
"WarmStandbyInfo": {
"InsName": "",
"Region": "",
"UnitCode": ""
}
}
]
},
"RequestId": "1AD222E9-E606-4A42-BF6D-8A4442913CEF"
}
错误码
|
HTTP status code |
错误码 |
错误信息 |
描述 |
|---|---|---|---|
| 400 | ConnectTimeoutRetryLater | Connect timeout retry later. | 连接超时,请稍后重试。 |
| 400 | TimeoutRetryLater | Timeout, please retry later. | |
| 400 | DataNotExist | Data not exist. | 数据不存在。 |
| 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 | CommodityServiceCalling.Exception | Failed to call commodity service. | 调用商品服务返回失败。 |
| 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 | Commodity.InvalidComponent | The module you purchased is not legal, please buy it again. | 您购买的模块不合法,请重新购买。 |
| 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 | Price.CommoditySys | Commodity system call exception. | 商品系统调用异常。 |
| 400 | Pay.InsufficientBalance | Insufficient available balance. | 可用金不足。 |
| 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. | 提供的DBInstanceId不存在。 |
| 400 | InvalidInstanceLevel.DiskType | Specified instance level not support request disk type | 当前实例规格不支持该存储类型。 |
| 400 | InvalidParam | Sepcified wal level Parameter is invalid. There are still logical slots in instance, so it can not be set as replica. | 指定的 wal_level 参数无效。实例中仍然存在复制槽,因此无法将其设置为replica。 |
| 400 | KmsApiError | User secret key invalid. | 用户密钥失效。 |
| 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 | IncorrectTargetClasscode | The current instance type does not support this operation. | 当前规格不支持此操作。 |
| 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 | InvalideStatus.Format | The instance status does not support this operation. | 实例状态不支持此操作。 |
| 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 | Pay.NoCreditCard | No credit cards. | 无信用卡。 |
| 400 | VpcNetworkTypeNotSupport | The vpc network type instance does not support this operation. | vpc网络类型实例不支持此操作。 |
| 400 | MirrorInsExists | Specified DB instance mirror ins already existed. | 当前数据库实例镜像已存在。 |
| 400 | UnsupportedClassCode | The specified DB instance class stops selling. | 实例规格停止售卖。 |
| 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 | InvalidDBInstanceName.NotFound | The specified DB instance name does not exist. | 数据库实例名称不存在,请检查。 |
| 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 | OrderStatus.UnPaid | The specified db instance has unpaid order. | 实例当前存在未支付订单,请支付后重试。 |
| 403 | InvalidReduceDiskSize | The storage capacity after the scale-down must be larger than the used amount. | 缩容目标容量不能小于当前存储空间使用量 |
| 403 | CloudSSDNotSupport | Cloud ssd does not support this operation, please upgrade to essd. | SSD盘不支持此操作,请升级至ESSD。 |
| 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. | 当前数据库实例级别不支持此操作。 |
| 404 | InvalidClusterKms | The current instance does not authorized to access the Key Management Service. | 当前实例未授权访问密钥管理服务。 |
| 404 | Request.NotFound | The requested resource is not available. | 请求的资源不可用。 |
| 404 | HostInfo.NotFound | The specified host info is not found. | 指定的主机信息不存在。 |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。