AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Returns the details of one or more remediation exceptions. A detailed view of a remediation exception for a set of resources that includes an explanation of an exception and the time when the exception will be deleted. When you specify the limit and the next token, you receive a paginated response.

Config generates a remediation exception when a problem occurs executing a remediation action to a specific resource. Remediation exceptions blocks auto-remediation until the exception is cleared.

When you specify the limit and the next token, you receive a paginated response.

Limit and next token are not applicable if you request resources in batch. It is only applicable, when you request all resources.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to DescribeRemediationExceptionsAsync.

Namespace: Amazon.ConfigService
Assembly: AWSSDK.ConfigService.dll
Version: 3.x.y.z

Syntax

C#
public virtual DescribeRemediationExceptionsResponse DescribeRemediationExceptions(
         DescribeRemediationExceptionsRequest request
)

Parameters

request
Type: Amazon.ConfigService.Model.DescribeRemediationExceptionsRequest

Container for the necessary parameters to execute the DescribeRemediationExceptions service method.

Return Value


The response from the DescribeRemediationExceptions service method, as returned by ConfigService.

Exceptions

ExceptionCondition
InvalidNextTokenException The specified next token is not valid. Specify the nextToken string that was returned in the previous response to get the next page of results.
InvalidParameterValueException One or more of the specified parameters are not valid. Verify that your parameters are valid and try again.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also