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'
)
[REQUIRED]
A cost anomaly ID.
[REQUIRED]
Describes whether the cost anomaly was a planned activity or you considered it an anomaly.
dict
Response Syntax
{
'AnomalyId': 'string'
}
Response Structure
(dict) --
AnomalyId (string) --
The ID of the modified cost anomaly.
Exceptions
CostExplorer.Client.exceptions.LimitExceededException