MediaLive / Client / cancel_input_device_transfer

cancel_input_device_transfer#

MediaLive.Client.cancel_input_device_transfer(**kwargs)#

Cancel an input device transfer that you have requested.

See also: AWS API Documentation

Request Syntax

response = client.cancel_input_device_transfer(
    InputDeviceId='string'
)
Parameters:

InputDeviceId (string) – [REQUIRED] The unique ID of the input device to cancel. For example, hd-123456789abcdef.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) – Your cancel request has succeeded.

Exceptions

  • MediaLive.Client.exceptions.BadRequestException

  • MediaLive.Client.exceptions.UnprocessableEntityException

  • MediaLive.Client.exceptions.InternalServerErrorException

  • MediaLive.Client.exceptions.ForbiddenException

  • MediaLive.Client.exceptions.BadGatewayException

  • MediaLive.Client.exceptions.NotFoundException

  • MediaLive.Client.exceptions.GatewayTimeoutException

  • MediaLive.Client.exceptions.TooManyRequestsException

  • MediaLive.Client.exceptions.ConflictException