AccessAnalyzer / Client / delete_service_linked_analyzer

delete_service_linked_analyzer

AccessAnalyzer.Client.delete_service_linked_analyzer(**kwargs)

Deletes a service-linked analyzer. This operation can be invoked by both authorized Amazon Web Services services and customers.

When invoked by a customer, IAM Access Analyzer performs a callback to the managing service to verify whether the analyzer is still in use and can be deleted. If the service indicates the analyzer is still in use, the deletion is rejected with ConflictException.

See also: AWS API Documentation

Request Syntax

response = client.delete_service_linked_analyzer(
    analyzerName='string',
    clientToken='string'
)
Parameters:
  • analyzerName (string) –

    [REQUIRED]

    The name of the service-linked analyzer to delete. Service-linked analyzer names follow the format _AccessAnalyzerFor{ServiceName}-{Id}.

  • clientToken (string) –

    A client token.

    This field is autopopulated if not provided.

Returns:

None

Exceptions