DescribeAlarmContributors
Returns the information of the current alarm contributors that are in ALARM
state. This operation returns details about the individual time series that contribute to the alarm's state.
Request Parameters
- AlarmName
-
The name of the alarm for which to retrieve contributor information.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Required: Yes
- NextToken
-
The token returned by a previous call to indicate that there is more data available.
Type: String
Required: No
Response Elements
The following elements are returned by the service.
- AlarmContributors
-
A list of alarm contributors that provide details about the individual time series contributing to the alarm's state.
Type: Array of AlarmContributor objects
- NextToken
-
The token that marks the start of the next batch of returned results.
Type: String
Errors
For information about the errors that are common to all actions, see Common Errors.
- InvalidNextToken
-
The next token specified is invalid.
HTTP Status Code: 400
- ResourceNotFoundException
-
The named resource does not exist.
HTTP Status Code: 404
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: