HealthLake / Client / delete_data_transformation_profile
delete_data_transformation_profile¶
- HealthLake.Client.delete_data_transformation_profile(**kwargs)¶
Deletes a data transformation profile and all its versions, including the DRAFT and all published versions.
See also: AWS API Documentation
Request Syntax
response = client.delete_data_transformation_profile( ProfileId='string' )
- Parameters:
ProfileId (string) –
[REQUIRED]
The unique identifier of the profile to delete.
- Return type:
dict
- Returns:
Response Syntax
{ 'ProfileId': 'string', 'ProfileName': 'string', 'DeletionTime': datetime(2015, 1, 1) }
Response Structure
(dict) –
The response from the
DeleteDataTransformationProfileoperation.ProfileId (string) –
The unique identifier of the deleted profile.
ProfileName (string) –
The name of the deleted profile.
DeletionTime (datetime) –
The timestamp when the profile was deleted.
Exceptions