CodeGuruProfiler.Client.submit_feedback(**kwargs)¶Sends feedback to CodeGuru Profiler about whether the anomaly detected by the analysis is useful or not.
See also: AWS API Documentation
Request Syntax
response = client.submit_feedback(
anomalyInstanceId='string',
comment='string',
profilingGroupName='string',
type='Positive'|'Negative'
)
[REQUIRED]
The universally unique identifier (UUID) of the AnomalyInstance object that is included in the analysis data.
[REQUIRED]
The name of the profiling group that is associated with the analysis data.
[REQUIRED]
The feedback tpye. Thee are two valid values, Positive and Negative .
dict
Response Syntax
{}
Response Structure
(dict) --
The structure representing the SubmitFeedbackResponse.
Exceptions
CodeGuruProfiler.Client.exceptions.InternalServerExceptionCodeGuruProfiler.Client.exceptions.ValidationExceptionCodeGuruProfiler.Client.exceptions.ThrottlingExceptionCodeGuruProfiler.Client.exceptions.ResourceNotFoundException