get_read_set_export_job
(**kwargs)¶Gets information about a read set export job.
See also: AWS API Documentation
Request Syntax
response = client.get_read_set_export_job(
id='string',
sequenceStoreId='string'
)
[REQUIRED]
The job's ID.
[REQUIRED]
The job's sequence store ID.
dict
Response Syntax
{
'completionTime': datetime(2015, 1, 1),
'creationTime': datetime(2015, 1, 1),
'destination': 'string',
'id': 'string',
'readSets': [
{
'id': 'string',
'status': 'NOT_STARTED'|'IN_PROGRESS'|'FINISHED'|'FAILED',
'statusMessage': 'string'
},
],
'sequenceStoreId': 'string',
'status': 'SUBMITTED'|'IN_PROGRESS'|'CANCELLING'|'CANCELLED'|'FAILED'|'COMPLETED'|'COMPLETED_WITH_FAILURES',
'statusMessage': 'string'
}
Response Structure
(dict) --
completionTime (datetime) --
When the job completed.
creationTime (datetime) --
When the job was created.
destination (string) --
The job's destination in Amazon S3.
id (string) --
The job's ID.
readSets (list) --
The job's read sets.
(dict) --
Details about a read set.
id (string) --
The set's ID.
status (string) --
The set's status.
statusMessage (string) --
The set's status message.
sequenceStoreId (string) --
The job's sequence store ID.
status (string) --
The job's status.
statusMessage (string) --
The job's status message.
Exceptions
Omics.Client.exceptions.InternalServerException
Omics.Client.exceptions.ThrottlingException
Omics.Client.exceptions.ValidationException
Omics.Client.exceptions.ResourceNotFoundException
Omics.Client.exceptions.AccessDeniedException
Omics.Client.exceptions.RequestTimeoutException