Omics / Client / update_run_cache
update_run_cache¶
- Omics.Client.update_run_cache(**kwargs)¶
Update a run cache.
See also: AWS API Documentation
Request Syntax
response = client.update_run_cache( cacheBehavior='CACHE_ON_FAILURE'|'CACHE_ALWAYS', description='string', id='string', name='string' )
- Parameters:
cacheBehavior (string) – Update the default run cache behavior.
description (string) – Update the run cache description.
id (string) –
[REQUIRED]
The identifier of the run cache you want to update.
name (string) – Update the name of the run cache.
- Returns:
None
Exceptions
Omics.Client.exceptions.InternalServerExceptionOmics.Client.exceptions.ServiceQuotaExceededExceptionOmics.Client.exceptions.ThrottlingExceptionOmics.Client.exceptions.ValidationExceptionOmics.Client.exceptions.ConflictExceptionOmics.Client.exceptions.ResourceNotFoundExceptionOmics.Client.exceptions.AccessDeniedExceptionOmics.Client.exceptions.RequestTimeoutException