EMRContainers / Client / delete_security_configuration
delete_security_configuration¶
- EMRContainers.Client.delete_security_configuration(**kwargs)¶
Deletes a security configuration.
See also: AWS API Documentation
Request Syntax
response = client.delete_security_configuration( id='string' )
- Parameters:
id (string) –
[REQUIRED]
The ID of the security configuration to delete.
- Return type:
dict
- Returns:
Response Syntax
{ 'id': 'string' }
Response Structure
(dict) –
id (string) –
The ID of the security configuration that was deleted.
Exceptions