:doc:`CostExplorer <../../ce>` / Client / provide_anomaly_feedback

************************
provide_anomaly_feedback
************************



.. py:method:: CostExplorer.Client.provide_anomaly_feedback(**kwargs)

  

  Modifies the feedback property of a given cost anomaly.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/ProvideAnomalyFeedback>`_  


  **Request Syntax**
  ::

    response = client.provide_anomaly_feedback(
        AnomalyId='string',
        Feedback='YES'|'NO'|'PLANNED_ACTIVITY'
    )
    
  :type AnomalyId: string
  :param AnomalyId: **[REQUIRED]** 

    A cost anomaly ID.

    

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

    Describes whether the cost anomaly was a planned activity or you considered it an anomaly.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'AnomalyId': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **AnomalyId** *(string) --* 

        The ID of the modified cost anomaly.

        
  
  **Exceptions**
  
  *   :py:class:`CostExplorer.Client.exceptions.LimitExceededException`

  