GuardDuty / Client / delete_trusted_entity_set

delete_trusted_entity_set

GuardDuty.Client.delete_trusted_entity_set(**kwargs)

Deletes the trusted entity set that is associated with the specified trustedEntitySetId.

See also: AWS API Documentation

Request Syntax

response = client.delete_trusted_entity_set(
    DetectorId='string',
    TrustedEntitySetId='string'
)
Parameters:
  • DetectorId (string) –

    [REQUIRED]

    The unique ID of the detector associated with the trusted entity set resource.

    To find the detectorId in the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.

  • TrustedEntitySetId (string) –

    [REQUIRED]

    The unique ID that helps GuardDuty identify which trusted entity set needs to be deleted.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions