:doc:`Snowball <../../snowball>` / Client / describe_return_shipping_label

******************************
describe_return_shipping_label
******************************



.. py:method:: Snowball.Client.describe_return_shipping_label(**kwargs)

  

  Information on the shipping label of a Snow device that is being returned to Amazon Web Services.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeReturnShippingLabel>`_  


  **Request Syntax**
  ::

    response = client.describe_return_shipping_label(
        JobId='string'
    )
    
  :type JobId: string
  :param JobId: **[REQUIRED]** 

    The automatically generated ID for a job, for example ``JID123e4567-e89b-12d3-a456-426655440000``.

    

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

    
    ::

      {
          'Status': 'InProgress'|'TimedOut'|'Succeeded'|'Failed',
          'ExpirationDate': datetime(2015, 1, 1),
          'ReturnShippingLabelURI': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Status** *(string) --* 

        The status information of the task on a Snow device that is being returned to Amazon Web Services.

        
      

      - **ExpirationDate** *(datetime) --* 

        The expiration date of the current return shipping label.

        
      

      - **ReturnShippingLabelURI** *(string) --* 

        The pre-signed Amazon S3 URI used to download the return shipping label.

        
  
  **Exceptions**
  
  *   :py:class:`Snowball.Client.exceptions.InvalidResourceException`

  
  *   :py:class:`Snowball.Client.exceptions.InvalidJobStateException`

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

  