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