PinpointSMSVoiceV2 / Client / set_default_message_feedback_enabled
set_default_message_feedback_enabled#
- PinpointSMSVoiceV2.Client.set_default_message_feedback_enabled(**kwargs)#
Sets a configuration set’s default for message feedback.
See also: AWS API Documentation
Request Syntax
response = client.set_default_message_feedback_enabled( ConfigurationSetName='string', MessageFeedbackEnabled=True|False )
- Parameters:
ConfigurationSetName (string) –
[REQUIRED]
The name of the configuration set to use. This can be either the ConfigurationSetName or ConfigurationSetArn.
MessageFeedbackEnabled (boolean) –
[REQUIRED]
Set to true to enable message feedback.
- Return type:
dict
- Returns:
Response Syntax
{ 'ConfigurationSetArn': 'string', 'ConfigurationSetName': 'string', 'MessageFeedbackEnabled': True|False }
Response Structure
(dict) –
ConfigurationSetArn (string) –
The arn of the configuration set.
ConfigurationSetName (string) –
The name of the configuration.
MessageFeedbackEnabled (boolean) –
True if message feedback is enabled.
Exceptions