get_variant_import_job
(**kwargs)¶Gets information about a variant import job.
See also: AWS API Documentation
Request Syntax
response = client.get_variant_import_job(
jobId='string'
)
[REQUIRED]
The job's ID.
{
'completionTime': datetime(2015, 1, 1),
'creationTime': datetime(2015, 1, 1),
'destinationName': 'string',
'id': 'string',
'items': [
{
'jobStatus': 'SUBMITTED'|'IN_PROGRESS'|'CANCELLED'|'COMPLETED'|'FAILED'|'COMPLETED_WITH_FAILURES',
'source': 'string',
'statusMessage': 'string'
},
],
'roleArn': 'string',
'runLeftNormalization': True|False,
'status': 'SUBMITTED'|'IN_PROGRESS'|'CANCELLED'|'COMPLETED'|'FAILED'|'COMPLETED_WITH_FAILURES',
'statusMessage': 'string',
'updateTime': datetime(2015, 1, 1)
}
Response Structure
When the job completed.
When the job was created.
The job's destination variant store.
The job's ID.
The job's items.
Details about an imported variant item.
The item's job status.
The source file's location in Amazon S3.
A message that provides additional context about a job
The job's service role ARN.
The job's left normalization setting.
The job's status.
The job's status message.
When the job was updated.
Exceptions
Omics.Client.exceptions.InternalServerException
Omics.Client.exceptions.ThrottlingException
Omics.Client.exceptions.ValidationException
Omics.Client.exceptions.ResourceNotFoundException
Omics.Client.exceptions.AccessDeniedException