NetworkSecurityManagerCustomerAPI / Client / delete_deployment
delete_deployment¶
- NetworkSecurityManagerCustomerAPI.Client.delete_deployment(**kwargs)¶
Deletes the specified deployment.
See also: AWS API Documentation
Request Syntax
response = client.delete_deployment( deploymentIdentifier='string' )
- Parameters:
deploymentIdentifier (string) –
[REQUIRED]
The identifier of the deployment. This is the deployment’s Amazon Resource Name (ARN).
- Returns:
None
Exceptions
NetworkSecurityManagerCustomerAPI.Client.exceptions.ValidationExceptionNetworkSecurityManagerCustomerAPI.Client.exceptions.ConflictExceptionNetworkSecurityManagerCustomerAPI.Client.exceptions.InternalServerExceptionNetworkSecurityManagerCustomerAPI.Client.exceptions.AccessDeniedExceptionNetworkSecurityManagerCustomerAPI.Client.exceptions.ThrottlingException