:doc:`MediaLive <../../medialive>` / Client / cancel_input_device_transfer

****************************
cancel_input_device_transfer
****************************



.. py:method:: MediaLive.Client.cancel_input_device_transfer(**kwargs)

  Cancel an input device transfer that you have requested.

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CancelInputDeviceTransfer>`_  


  **Request Syntax**
  ::

    response = client.cancel_input_device_transfer(
        InputDeviceId='string'
    )
    
  :type InputDeviceId: string
  :param InputDeviceId: **[REQUIRED]** The unique ID of the input device to cancel. For example, hd-123456789abcdef.

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* Your cancel request has succeeded.
  
  **Exceptions**
  
  *   :py:class:`MediaLive.Client.exceptions.BadRequestException`

  
  *   :py:class:`MediaLive.Client.exceptions.UnprocessableEntityException`

  
  *   :py:class:`MediaLive.Client.exceptions.InternalServerErrorException`

  
  *   :py:class:`MediaLive.Client.exceptions.ForbiddenException`

  
  *   :py:class:`MediaLive.Client.exceptions.BadGatewayException`

  
  *   :py:class:`MediaLive.Client.exceptions.NotFoundException`

  
  *   :py:class:`MediaLive.Client.exceptions.GatewayTimeoutException`

  
  *   :py:class:`MediaLive.Client.exceptions.TooManyRequestsException`

  
  *   :py:class:`MediaLive.Client.exceptions.ConflictException`

  