CostExplorer / Client / provide_anomaly_feedback

provide_anomaly_feedback#

CostExplorer.Client.provide_anomaly_feedback(**kwargs)#

Modifies the feedback property of a given cost anomaly.

See also: AWS API Documentation

Request Syntax

response = client.provide_anomaly_feedback(
    AnomalyId='string',
    Feedback='YES'|'NO'|'PLANNED_ACTIVITY'
)
Parameters:
  • AnomalyId (string) –

    [REQUIRED]

    A cost anomaly ID.

  • Feedback (string) –

    [REQUIRED]

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

Return type:

dict

Returns:

Response Syntax

{
    'AnomalyId': 'string'
}

Response Structure

  • (dict) –

    • AnomalyId (string) –

      The ID of the modified cost anomaly.

Exceptions

  • CostExplorer.Client.exceptions.LimitExceededException