PinpointSMSVoice / Client / delete_configuration_set
delete_configuration_set¶
- PinpointSMSVoice.Client.delete_configuration_set(**kwargs)¶
 Deletes an existing configuration set.
See also: AWS API Documentation
Request Syntax
response = client.delete_configuration_set( ConfigurationSetName='string' )
- Parameters:
 ConfigurationSetName (string) – [REQUIRED] ConfigurationSetName
- Return type:
 dict
- Returns:
 Response Syntax
{}Response Structure
(dict) – DeleteConfigurationSetResponse
Exceptions
PinpointSMSVoice.Client.exceptions.NotFoundExceptionPinpointSMSVoice.Client.exceptions.TooManyRequestsExceptionPinpointSMSVoice.Client.exceptions.BadRequestExceptionPinpointSMSVoice.Client.exceptions.InternalServiceErrorException