reject_vpc_endpoint_connections(**kwargs)¶Rejects VPC endpoint connection requests to your VPC endpoint service.
See also: AWS API Documentation
Request Syntax
response = client.reject_vpc_endpoint_connections(
    DryRun=True|False,
    ServiceId='string',
    VpcEndpointIds=[
        'string',
    ]
)
DryRunOperation . Otherwise, it is UnauthorizedOperation .[REQUIRED]
The ID of the service.
[REQUIRED]
The IDs of the VPC endpoints.
dict
Response Syntax
{
    'Unsuccessful': [
        {
            'Error': {
                'Code': 'string',
                'Message': 'string'
            },
            'ResourceId': 'string'
        },
    ]
}
Response Structure
(dict) --
Unsuccessful (list) --
Information about the endpoints that were not rejected, if applicable.
(dict) --
Information about items that were not successfully processed in a batch call.
Error (dict) --
Information about the error.
Code (string) --
The error code.
Message (string) --
The error message accompanying the error code.
ResourceId (string) --
The ID of the resource.