Describe Feedback
devopsguru_describe_feedback | R Documentation |
Returns the most recent feedback submitted in the current Amazon Web Services account and Region¶
Description¶
Returns the most recent feedback submitted in the current Amazon Web Services account and Region.
Usage¶
Arguments¶
InsightId
The ID of the insight for which the feedback was provided.
Value¶
A list with the following syntax:
list(
InsightFeedback = list(
Id = "string",
Feedback = "VALID_COLLECTION"|"RECOMMENDATION_USEFUL"|"ALERT_TOO_SENSITIVE"|"DATA_NOISY_ANOMALY"|"DATA_INCORRECT"
)
)