get_reference(**kwargs)¶Gets a reference file.
See also: AWS API Documentation
Request Syntax
response = client.get_reference(
file='SOURCE'|'INDEX',
id='string',
partNumber=123,
range='string',
referenceStoreId='string'
)
[REQUIRED]
The reference's ID.
[REQUIRED]
The part number to retrieve.
[REQUIRED]
The reference's store ID.
dict
Response Syntax
{
'payload': StreamingBody()
}
Response Structure
(dict) --
payload (StreamingBody) --
The reference file payload.
Exceptions
Omics.Client.exceptions.InternalServerExceptionOmics.Client.exceptions.RangeNotSatisfiableExceptionOmics.Client.exceptions.ThrottlingExceptionOmics.Client.exceptions.ValidationExceptionOmics.Client.exceptions.ResourceNotFoundExceptionOmics.Client.exceptions.AccessDeniedExceptionOmics.Client.exceptions.RequestTimeoutException