MQ / Client / delete_configuration
delete_configuration¶
- MQ.Client.delete_configuration(**kwargs)¶
Deletes the specified configuration.
See also: AWS API Documentation
Request Syntax
response = client.delete_configuration( ConfigurationId='string' )
- Parameters:
ConfigurationId (string) –
[REQUIRED]
The unique ID that Amazon MQ generates for the configuration.
- Return type:
dict
- Returns:
Response Syntax
{ 'ConfigurationId': 'string' }
Response Structure
(dict) –
HTTP Status Code 200: OK.
ConfigurationId (string) –
The unique ID that Amazon MQ generates for the configuration.
Exceptions