Smaws_Client_ConfigService.DescribeRemediationExecutionStatus
Provides a detailed view of a Remediation Execution for a set of resources including state, timestamps for when steps for the remediation execution occur, and any error messages for steps that have failed. When you specify the limit and the next token, you receive a paginated response.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InvalidNextTokenException of Types.invalid_next_token_exception
| `InvalidParameterValueException of Types.invalid_parameter_value_exception
| `NoSuchRemediationConfigurationException of
Types.no_such_remediation_configuration_exception ] ->
string
val request :
'http_type Smaws_Lib.Context.t ->
Types.describe_remediation_execution_status_request ->
(Types.describe_remediation_execution_status_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidNextTokenException of Types.invalid_next_token_exception
| `InvalidParameterValueException of
Types.invalid_parameter_value_exception
| `NoSuchRemediationConfigurationException of
Types.no_such_remediation_configuration_exception ])
Stdlib.result