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 Amazon Resource Name (ARN) of the bridge that you want to delete.

Return type:

dict

Returns:

Response Syntax

{
    'BridgeArn': 'string'
}

Response Structure

  • (dict) –

    • BridgeArn (string) –

      The ARN of the deleted bridge.

Exceptions

  • MediaConnect.Client.exceptions.BadRequestException

  • MediaConnect.Client.exceptions.TooManyRequestsException

  • MediaConnect.Client.exceptions.ConflictException

  • MediaConnect.Client.exceptions.InternalServerErrorException

  • MediaConnect.Client.exceptions.ForbiddenException

  • MediaConnect.Client.exceptions.NotFoundException

  • MediaConnect.Client.exceptions.ServiceUnavailableException