# NOT RUN {
# This example detaches the specified load balancer from the specified
# subnet.
svc$detach_load_balancer_from_subnets(
LoadBalancerName = "my-load-balancer",
Subnets = list(
"subnet-0ecac448"
)
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab