错误代码 | 错误信息 | HTTP 状态码 | 说明 |
IncorrectDBInstanceStatus | The current status of DB instance “XXX” does not support this action. | 400 | 指定的 RDS 实例必须是 运行中 状态。 |
IncorrectLoadBalancerHealthCheck | The current health check type of specified load balancer does not support this action. | 400 | 指定的负载均衡实例必须开启健康检查。 |
IncorrectLoadBalancerStatus | The current status of the specified load balancer does not support this action. | 400 | 指定的负载均衡实例必须是启用状态。 |
IncorrectVSwitchStatus | The current status of virtual switch does not support this operation. | 400 | 虚拟交换机不可用,无法创建 ECS 实例。 |
InvalidDBInstanceId. RegionMismatch | DB instance “XXX” and the specified scaling group are not in the same Region. | 400 | 指定的 RDS 实例与伸缩组必须在同一地域。 |
InvalidLoadBalancerId.IncorrectAddressType | The current address type of specified load balancer does not support this action. | 400 | 指定虚拟交换机后,负载均衡实例为私网类型。更多详情,请参阅 负载均衡实例。 |
InvalidLoadBalancerId.IncorrectInstanceNetworkType | The network type of the instance in specified Load Balancer does not support this action. | 400 | 指定的负载均衡实例内搭载的 ECS 实例的网络类型与伸缩组的网络类型必须一致。 |
InvalidLoadBalancerId.RegionMismatch | The specified Load Balancer and the specified scaling group are not in the same Region. | 400 | 指定的负载均衡实例与伸缩组必须在同一地域。 |
InvalidLoadBalancerId.VPCMismatch | The specified virtual switch and the instance in specified Load Balancer are not in the same VPC. | 400 | 伸缩组内的负载均衡实例搭载的 ECS 实例与虚拟交换机应该在同一个 VPC 中。 |
InvalidParameter.Conflict | The value of parameter <parameter name" and parameter <parameter name" are conflict. | 400 | 指定的 MinSize不能大于 MaxSize。 |
InvalidScalingGroupName.Duplicate | The specified value of parameter <parameter name" is duplicated. | 400 | 伸缩组名已存在。 |
QuotaExceeded.DBInstanceSecurityIP | Security IP quota exceeded in DB instance “XXX”. | 400 | 指定的 RDS 实例访问白名单的 IP 个数达到上限。 |
QuotaExceeded.PrivateIpAddress | Private IP address quota exceeded in the specified virtual switch. | 400 | 虚拟交换机无法再分配多余的私有 IP 地址。 |
QuotaExceeded.ScalingGroup | Scaling group quota exceeded. | 400 | 用户的伸缩组使用个数达到上限。 |
QuotaExceeded.VPCInstance | Instance quota exceeded in the specified VPC. | 400 | 该 VPC 内的实例数超过数量限制。 |
InvalidDBInstanceId.NotFound | DB instance “XXX” does not exist. | 404 | 指定的 RDS 实例不存在。 |
InvalidLoadBalancerId.NotFound | The specified Load Balancer does not exist. | 404 | 指定的负载均衡实例不存在。 |
InvalidRegionId.NotFound | The specified region does not exist. | 404 | 指定的地域不存在。 |
InvalidVSwitchId.NotFound | The specified virtual switch does not exist. | 404 | 指定的虚拟交换机不存在。 |