PinpointSMSVoiceV2 / Client / disassociate_protect_configuration

disassociate_protect_configuration#

PinpointSMSVoiceV2.Client.disassociate_protect_configuration(**kwargs)#

Disassociate a protect configuration from a configuration set.

See also: AWS API Documentation

Request Syntax

response = client.disassociate_protect_configuration(
    ProtectConfigurationId='string',
    ConfigurationSetName='string'
)
Parameters:
  • ProtectConfigurationId (string) –

    [REQUIRED]

    The unique identifier for the protect configuration.

  • ConfigurationSetName (string) –

    [REQUIRED]

    The name of the ConfigurationSet.

Return type:

dict

Returns:

Response Syntax

{
    'ConfigurationSetArn': 'string',
    'ConfigurationSetName': 'string',
    'ProtectConfigurationArn': 'string',
    'ProtectConfigurationId': 'string'
}

Response Structure

  • (dict) –

    • ConfigurationSetArn (string) –

      The Amazon Resource Name (ARN) of the configuration set.

    • ConfigurationSetName (string) –

      The name of the ConfigurationSet.

    • ProtectConfigurationArn (string) –

      The Amazon Resource Name (ARN) of the protect configuration.

    • ProtectConfigurationId (string) –

      The unique identifier for the protect configuration.

Exceptions

  • PinpointSMSVoiceV2.Client.exceptions.ThrottlingException

  • PinpointSMSVoiceV2.Client.exceptions.AccessDeniedException

  • PinpointSMSVoiceV2.Client.exceptions.ResourceNotFoundException

  • PinpointSMSVoiceV2.Client.exceptions.ValidationException

  • PinpointSMSVoiceV2.Client.exceptions.ConflictException

  • PinpointSMSVoiceV2.Client.exceptions.InternalServerException