错误 | 错误代码 | 描述 | HTTP状态码 |
指定的伸缩组在该用户账号下不存在 | InvalidScalingGroupId.NotFound | The specified scaling group does not exist. | 404 |
用户并未向弹性伸缩完整授权Open API接口 | Forbidden.Unauthorized | A required authorization for the specified action is not supplied. | 403 |
指定的伸缩组为非active状态 | IncorrectScalingGroupStatus | The current status of the specified scaling group does not support this action. | 400 |
指定的ECS实例在该用户账号下不存在 | InvalidInstanceId.NotFound | Instance “XXX” does not exist. | 404 |
指定的ECS实例与伸缩组所属的地域不匹配 | InvalidInstanceId. RegionMismatch | Instance “XXX” and the specified scaling group are not in the same Region. | 400 |
指定的ECS实例与伸缩配置的实例规格不匹配 | InvalidInstanceId.InstanceTypeMismatch | Instance “XXX” and existing active scaling configurations have different instance types. | 400 |
指定的ECS实例为非running状态 | IncorrectInstanceStatus | The current status of instance “XXX” does not support this action. | 400 |
ECS实例的网络类型与伸缩组的网络类型不匹配 | InvalidInstanceId. NetworkTypeMismatch | The network type of instance “XXX” does not support this action. | 400 |
指定的伸缩组与添加的ECS实例不在同一个VPC当中 | InvalidInstanceId.VPCMismatch | Instance “XXX” and the specified scaling group are not in the same VPC. | 400 |
指定的ECS实例已加入其它伸缩组 | InvalidInstanceId.InUse | Instance “XXX” is already attached to another scaling group. | 400 |
指定的伸缩组有伸缩活动正在进行 | ScalingActivityInProgress | You cannot delete a scaling group or launch a new scaling activity while there is a scaling activity in progress for the specified scaling group. | 400 |
指定的伸缩组的负载均衡实例为非active状态 | IncorrectLoadBalancerStatus | The current status of the specified load balancer does not support this action. | 400 |
指定的伸缩组的负载均衡实例未开启健康检查 | IncorrectLoadBalancerHealthCheck | The current health check type of specified load balancer does not support this action. | 400 |
指定的负载均衡实例含有的ECS实例的网络类型与伸缩组的网络类型不匹配 | InvalidLoadBalancerId.IncorrectInstanceNetworkType | The network type of the instance in specified load balancer does not support this action. | 400 |
指定的伸缩组的负载均衡实例含有的ECS实例与VSwitchId不在同一个VPC当中 | InvalidLoadBalancerId.VPCMismatch | The specified virtual switch and the instance in specified load balancer are not in the same VPC. | 400 |
指定的伸缩组的RDS实例为非running状态 | IncorrectDBInstanceStatus | The current status of DB instance “XXX” does not support this action. | 400 |
指定的伸缩组的RDS实例访问白名单的IP个数达到上限 | QuotaExceeded.DBInstanceSecurityIP | Security IP quota exceeded in DB instance “XXX”. | 400 |
指定的安全组已添加的ECS实例个数达到上限 | QuotaExceeded.SecurityGroupInstance | Instance quota exceeded in the specified security group. | 400 |
加入的ECS实例数使得Total Capacity超过MaxSize | IncorrectCapacity.MaxSize | To attach the instances, the total capacity will be greater than the MaxSize. | 400 |