delete_fhir_datastore
(**kwargs)¶Deletes a Data Store.
See also: AWS API Documentation
Request Syntax
response = client.delete_fhir_datastore(
DatastoreId='string'
)
{
'DatastoreId': 'string',
'DatastoreArn': 'string',
'DatastoreStatus': 'CREATING'|'ACTIVE'|'DELETING'|'DELETED',
'DatastoreEndpoint': 'string'
}
Response Structure
The AWS-generated ID for the Data Store to be deleted.
The Amazon Resource Name (ARN) that gives Amazon HealthLake access permission.
The status of the Data Store that the user has requested to be deleted.
The AWS endpoint for the Data Store the user has requested to be deleted.
Exceptions
HealthLake.Client.exceptions.AccessDeniedException
HealthLake.Client.exceptions.ConflictException
HealthLake.Client.exceptions.ValidationException
HealthLake.Client.exceptions.ResourceNotFoundException
HealthLake.Client.exceptions.ThrottlingException
HealthLake.Client.exceptions.InternalServerException