Inspector2 / Client / delete_code_security_scan_configuration
delete_code_security_scan_configuration¶
- Inspector2.Client.delete_code_security_scan_configuration(**kwargs)¶
Deletes a code security scan configuration.
See also: AWS API Documentation
Request Syntax
response = client.delete_code_security_scan_configuration( scanConfigurationArn='string' )
- Parameters:
scanConfigurationArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the scan configuration to delete.
- Return type:
dict
- Returns:
Response Syntax
{ 'scanConfigurationArn': 'string' }
Response Structure
(dict) –
scanConfigurationArn (string) –
The Amazon Resource Name (ARN) of the deleted scan configuration.
Exceptions