Backup / Client / get_restore_job_metadata
get_restore_job_metadata#
- Backup.Client.get_restore_job_metadata(**kwargs)#
This request returns the metadata for the specified restore job.
See also: AWS API Documentation
Request Syntax
response = client.get_restore_job_metadata( RestoreJobId='string' )
- Parameters:
RestoreJobId (string) –
[REQUIRED]
This is a unique identifier of a restore job within Backup.
- Return type:
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
Backup.Client.exceptions.ResourceNotFoundException
Backup.Client.exceptions.InvalidParameterValueException
Backup.Client.exceptions.MissingParameterValueException
Backup.Client.exceptions.ServiceUnavailableException