boto3 update group method doesnt accept LoadBalancerNames
This commit is contained in:
parent
efefc1714e
commit
97ab15d883
2 changed files with 4 additions and 5 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue