GlobalAccelerator.Client.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.EndpointGroupNotFoundExceptionGlobalAccelerator.Client.exceptions.EndpointNotFoundExceptionGlobalAccelerator.Client.exceptions.InternalServiceErrorExceptionGlobalAccelerator.Client.exceptions.InvalidArgumentExceptionGlobalAccelerator.Client.exceptions.AccessDeniedExceptionGlobalAccelerator.Client.exceptions.ConflictException