:doc:`Backup <../../backup>` / Client / get_restore_job_metadata

************************
get_restore_job_metadata
************************



.. py:method:: Backup.Client.get_restore_job_metadata(**kwargs)

  

  This request returns the metadata for the specified restore job.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/GetRestoreJobMetadata>`_  


  **Request Syntax**
  ::

    response = client.get_restore_job_metadata(
        RestoreJobId='string'
    )
    
  :type RestoreJobId: string
  :param RestoreJobId: **[REQUIRED]** 

    This is a unique identifier of a restore job within Backup.

    

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

    
    ::

      {
          'RestoreJobId': 'string',
          'Metadata': {
              'string': 'string'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **RestoreJobId** *(string) --* 

        This is a unique identifier of a restore job within Backup.

        
      

      - **Metadata** *(dict) --* 

        This contains the metadata of the specified backup job.

        
        

        - *(string) --* 
          

          - *(string) --* 
    
  
  
  **Exceptions**
  
  *   :py:class:`Backup.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`Backup.Client.exceptions.InvalidParameterValueException`

  
  *   :py:class:`Backup.Client.exceptions.MissingParameterValueException`

  
  *   :py:class:`Backup.Client.exceptions.ServiceUnavailableException`

  