CloudWatch: Handle new error codes for MetricInsights (#47033)
* CloudWatch: Handle new error codes for MetricInsights * Changes/test to support case where only the first GetMetricDataOutput returns errors and refactoring * Fix Potential file inclusion via variable * Fix gosec 304 by assigning a new variable * fix goimports issue
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package cloudwatch
|
||||
|
||||
const (
|
||||
maxMetricsExceeded = "MaxMetricsExceeded"
|
||||
maxQueryTimeRangeExceeded = "MaxQueryTimeRangeExceeded"
|
||||
maxQueryResultsExceeded = "MaxQueryResultsExceeded"
|
||||
maxMatchingResultsExceeded = "MaxMatchingResultsExceeded"
|
||||
)
|
||||
Reference in New Issue
Block a user