MediaConnect / Client / delete_bridge
delete_bridge#
- MediaConnect.Client.delete_bridge(**kwargs)#
Deletes a bridge. Before you can delete a bridge, you must stop the bridge.
See also: AWS API Documentation
Request Syntax
response = client.delete_bridge( BridgeArn='string' )
- Parameters:
BridgeArn (string) – [REQUIRED] The ARN of the bridge that you want to delete.
- Return type:
dict
- Returns:
Response Syntax
{ 'BridgeArn': 'string' }
Response Structure
(dict) – AWS Elemental MediaConnect deleted the bridge.
BridgeArn (string) – The Amazon Resource Number (ARN) of the deleted bridge.
Exceptions
MediaConnect.Client.exceptions.BadRequestException
MediaConnect.Client.exceptions.InternalServerErrorException
MediaConnect.Client.exceptions.ForbiddenException
MediaConnect.Client.exceptions.NotFoundException
MediaConnect.Client.exceptions.ServiceUnavailableException
MediaConnect.Client.exceptions.TooManyRequestsException
MediaConnect.Client.exceptions.ConflictException