QuickSight / Client / delete_dlp_setting

delete_dlp_setting

QuickSight.Client.delete_dlp_setting(**kwargs)

Deletes a DLP setting configuration from an Amazon Web Services account.

See also: AWS API Documentation

Request Syntax

response = client.delete_dlp_setting(
    AwsAccountId='string',
    DlpSettingId='string'
)
Parameters:
  • AwsAccountId (string) –

    [REQUIRED]

    The ID of the Amazon Web Services account that contains the DLP setting that you want to delete.

  • DlpSettingId (string) –

    [REQUIRED]

    The ID of the DLP setting that you want to delete.

Return type:

dict

Returns:

Response Syntax

{
    'Arn': 'string',
    'DlpSettingId': 'string',
    'RequestId': 'string'
}

Response Structure

  • (dict) –

    • Arn (string) –

      The Amazon Resource Name (ARN) of the deleted DLP setting.

    • DlpSettingId (string) –

      The ID of the deleted DLP setting.

    • RequestId (string) –

      The Amazon Web Services request ID for this operation.

Exceptions

  • QuickSight.Client.exceptions.ThrottlingException

  • QuickSight.Client.exceptions.InvalidRequestException

  • QuickSight.Client.exceptions.InternalFailureException

  • QuickSight.Client.exceptions.ResourceNotFoundException

  • QuickSight.Client.exceptions.AccessDeniedException