MediaConnect / Client / delete_gateway

delete_gateway#

MediaConnect.Client.delete_gateway(**kwargs)#

Deletes a gateway. Before you can delete a gateway, you must deregister its instances and delete its bridges.

See also: AWS API Documentation

Request Syntax

response = client.delete_gateway(
    GatewayArn='string'
)
Parameters:

GatewayArn (string) – [REQUIRED] The ARN of the gateway that you want to delete.

Return type:

dict

Returns:

Response Syntax

{
    'GatewayArn': 'string'
}

Response Structure

  • (dict) – AWS Elemental MediaConnect deleted the gateway.

    • GatewayArn (string) – The Amazon Resource Name (ARN) of the gateway that was deleted.

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