DataZone / Client / delete_environment_blueprint_configuration
delete_environment_blueprint_configuration#
- DataZone.Client.delete_environment_blueprint_configuration(**kwargs)#
Deletes the blueprint configuration in Amazon DataZone.
See also: AWS API Documentation
Request Syntax
response = client.delete_environment_blueprint_configuration( domainIdentifier='string', environmentBlueprintIdentifier='string' )
- Parameters:
domainIdentifier (string) –
[REQUIRED]
The ID of the Amazon DataZone domain in which the blueprint configuration is deleted.
environmentBlueprintIdentifier (string) –
[REQUIRED]
The ID of the blueprint the configuration of which is deleted.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
DataZone.Client.exceptions.InternalServerException
DataZone.Client.exceptions.AccessDeniedException
DataZone.Client.exceptions.ThrottlingException
DataZone.Client.exceptions.ValidationException
DataZone.Client.exceptions.UnauthorizedException