:doc:`AccessAnalyzer <../../accessanalyzer>` / Client / generate_finding_recommendation

*******************************
generate_finding_recommendation
*******************************



.. py:method:: AccessAnalyzer.Client.generate_finding_recommendation(**kwargs)

  

  Creates a recommendation for an unused permissions finding.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/GenerateFindingRecommendation>`_  


  **Request Syntax**
  ::

    response = client.generate_finding_recommendation(
        analyzerArn='string',
        id='string'
    )
    
  :type analyzerArn: string
  :param analyzerArn: **[REQUIRED]** 

    The `ARN of the analyzer <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-getting-started.html#permission-resources>`__ used to generate the finding recommendation.

    

  
  :type id: string
  :param id: **[REQUIRED]** 

    The unique ID for the finding recommendation.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`AccessAnalyzer.Client.exceptions.InternalServerException`

  
  *   :py:class:`AccessAnalyzer.Client.exceptions.ValidationException`

  
  *   :py:class:`AccessAnalyzer.Client.exceptions.ThrottlingException`

  
  *   :py:class:`AccessAnalyzer.Client.exceptions.AccessDeniedException`

  