remove_custom_routing_endpoints
(**kwargs)¶Remove endpoints from a custom routing accelerator.
See also: AWS API Documentation
Request Syntax
response = client.remove_custom_routing_endpoints(
EndpointIds=[
'string',
],
EndpointGroupArn='string'
)
[REQUIRED]
The IDs for the endpoints. For custom routing accelerators, endpoint IDs are the virtual private cloud (VPC) subnet IDs.
[REQUIRED]
The Amazon Resource Name (ARN) of the endpoint group to remove endpoints from.
None
Exceptions
GlobalAccelerator.Client.exceptions.EndpointGroupNotFoundException
GlobalAccelerator.Client.exceptions.EndpointNotFoundException
GlobalAccelerator.Client.exceptions.InternalServiceErrorException
GlobalAccelerator.Client.exceptions.InvalidArgumentException
GlobalAccelerator.Client.exceptions.AccessDeniedException
GlobalAccelerator.Client.exceptions.ConflictException