boto3 update group method doesnt accept LoadBalancerNames

This commit is contained in:
captainkerk 2017-10-21 22:10:36 +00:00
commit 97ab15d883
2 changed files with 4 additions and 5 deletions

View file

@ -145,7 +145,6 @@ class AutoScalingResponse(BaseResponse):
default_cooldown=self._get_int_param('DefaultCooldown'),
health_check_period=self._get_int_param('HealthCheckGracePeriod'),
health_check_type=self._get_param('HealthCheckType'),
load_balancers=self._get_multi_param('LoadBalancerNames.member'),
placement_group=self._get_param('PlacementGroup'),
termination_policies=self._get_multi_param(
'TerminationPolicies.member'),