PinpointSMSVoiceV2 / Client / delete_protect_configuration_rule_set_number_override
delete_protect_configuration_rule_set_number_override#
- PinpointSMSVoiceV2.Client.delete_protect_configuration_rule_set_number_override(**kwargs)#
Permanently delete the protect configuration rule set number override.
See also: AWS API Documentation
Request Syntax
response = client.delete_protect_configuration_rule_set_number_override( ProtectConfigurationId='string', DestinationPhoneNumber='string' )
- Parameters:
ProtectConfigurationId (string) –
[REQUIRED]
The unique identifier for the protect configuration.
DestinationPhoneNumber (string) –
[REQUIRED]
The destination phone number in E.164 format.
- Return type:
dict
- Returns:
Response Syntax
{ 'ProtectConfigurationArn': 'string', 'ProtectConfigurationId': 'string', 'DestinationPhoneNumber': 'string', 'CreatedTimestamp': datetime(2015, 1, 1), 'Action': 'ALLOW'|'BLOCK', 'IsoCountryCode': 'string', 'ExpirationTimestamp': datetime(2015, 1, 1) }
Response Structure
(dict) –
ProtectConfigurationArn (string) –
The Amazon Resource Name (ARN) of the protect configuration.
ProtectConfigurationId (string) –
The unique identifier for the protect configuration.
DestinationPhoneNumber (string) –
The destination phone number in E.164 format.
CreatedTimestamp (datetime) –
The time when the rule was created, in UNIX epoch time format.
Action (string) –
The action associated with the rule.
IsoCountryCode (string) –
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
ExpirationTimestamp (datetime) –
The time when the resource-based policy was created, in UNIX epoch time format.
Exceptions