VPCLattice / Client / delete_listener
delete_listener¶
- VPCLattice.Client.delete_listener(**kwargs)¶
Deletes the specified listener.
See also: AWS API Documentation
Request Syntax
response = client.delete_listener( serviceIdentifier='string', listenerIdentifier='string' )
- Parameters:
serviceIdentifier (string) –
[REQUIRED]
The ID or ARN of the service.
listenerIdentifier (string) –
[REQUIRED]
The ID or ARN of the listener.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
VPCLattice.Client.exceptions.ValidationExceptionVPCLattice.Client.exceptions.AccessDeniedExceptionVPCLattice.Client.exceptions.ConflictExceptionVPCLattice.Client.exceptions.ResourceNotFoundExceptionVPCLattice.Client.exceptions.ThrottlingExceptionVPCLattice.Client.exceptions.InternalServerException