remove_custom_routing_endpoints

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'
)
Parameters
  • EndpointIds (list) --

    [REQUIRED]

    The IDs for the endpoints. For custom routing accelerators, endpoint IDs are the virtual private cloud (VPC) subnet IDs.

    • (string) --
  • EndpointGroupArn (string) --

    [REQUIRED]

    The Amazon Resource Name (ARN) of the endpoint group to remove endpoints from.

Returns

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