HealthImaging / Client / delete_image_set
delete_image_set#
- HealthImaging.Client.delete_image_set(**kwargs)#
Delete an image set.
See also: AWS API Documentation
Request Syntax
response = client.delete_image_set( datastoreId='string', imageSetId='string' )
- Parameters:
datastoreId (string) –
[REQUIRED]
The data store identifier.
imageSetId (string) –
[REQUIRED]
The image set identifier.
- Return type:
dict
- Returns:
Response Syntax
{ 'datastoreId': 'string', 'imageSetId': 'string', 'imageSetState': 'ACTIVE'|'LOCKED'|'DELETED', 'imageSetWorkflowStatus': 'CREATED'|'COPIED'|'COPYING'|'COPYING_WITH_READ_ONLY_ACCESS'|'COPY_FAILED'|'UPDATING'|'UPDATED'|'UPDATE_FAILED'|'DELETING'|'DELETED' }
Response Structure
(dict) –
datastoreId (string) –
The data store identifier.
imageSetId (string) –
The image set identifier.
imageSetState (string) –
The image set state.
imageSetWorkflowStatus (string) –
The image set workflow status.
Exceptions
HealthImaging.Client.exceptions.ThrottlingException
HealthImaging.Client.exceptions.ConflictException
HealthImaging.Client.exceptions.AccessDeniedException
HealthImaging.Client.exceptions.ValidationException
HealthImaging.Client.exceptions.InternalServerException
HealthImaging.Client.exceptions.ResourceNotFoundException