Omics.Client.get_reference_store(**kwargs)¶Gets information about a reference store.
See also: AWS API Documentation
Request Syntax
response = client.get_reference_store(
    id='string'
)
[REQUIRED]
The store's ID.
{
    'arn': 'string',
    'creationTime': datetime(2015, 1, 1),
    'description': 'string',
    'id': 'string',
    'name': 'string',
    'sseConfig': {
        'keyArn': 'string',
        'type': 'KMS'
    }
}
Response Structure
The store's ARN.
When the store was created.
The store's description.
The store's ID.
The store's name.
The store's server-side encryption (SSE) settings.
An encryption key ARN.
The encryption type.
Exceptions
Omics.Client.exceptions.InternalServerExceptionOmics.Client.exceptions.ThrottlingExceptionOmics.Client.exceptions.ValidationExceptionOmics.Client.exceptions.ResourceNotFoundExceptionOmics.Client.exceptions.AccessDeniedExceptionOmics.Client.exceptions.RequestTimeoutException