Inspector.Client.delete_assessment_template(**kwargs)¶Deletes the assessment template that is specified by the ARN of the assessment template.
See also: AWS API Documentation
Request Syntax
response = client.delete_assessment_template(
assessmentTemplateArn='string'
)
[REQUIRED]
The ARN that specifies the assessment template that you want to delete.
Exceptions
Inspector.Client.exceptions.InternalExceptionInspector.Client.exceptions.InvalidInputExceptionInspector.Client.exceptions.AssessmentRunInProgressExceptionInspector.Client.exceptions.AccessDeniedExceptionInspector.Client.exceptions.NoSuchEntityExceptionInspector.Client.exceptions.ServiceTemporarilyUnavailableExceptionExamples
Deletes the assessment template that is specified by the ARN of the assessment template.
response = client.delete_assessment_template(
assessmentTemplateArn='arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX/template/0-it5r2S4T',
)
print(response)
Expected Output:
{
'ResponseMetadata': {
'...': '...',
},
}