pub struct DescribeRemediationExceptions { /* private fields */ }Expand description
Fluent builder constructing a request to DescribeRemediationExceptions.
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.
Implementations§
source§impl DescribeRemediationExceptions
impl DescribeRemediationExceptions
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<DescribeRemediationExceptions, AwsResponseRetryClassifier>, SdkError<DescribeRemediationExceptionsError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<DescribeRemediationExceptions, AwsResponseRetryClassifier>, SdkError<DescribeRemediationExceptionsError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<DescribeRemediationExceptionsOutput, SdkError<DescribeRemediationExceptionsError>>
pub async fn send(
self
) -> Result<DescribeRemediationExceptionsOutput, SdkError<DescribeRemediationExceptionsError>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn into_paginator(self) -> DescribeRemediationExceptionsPaginator
pub fn into_paginator(self) -> DescribeRemediationExceptionsPaginator
Create a paginator for this request
Paginators are used by calling send().await which returns a Stream.
sourcepub fn config_rule_name(self, input: impl Into<String>) -> Self
pub fn config_rule_name(self, input: impl Into<String>) -> Self
The name of the Config rule.
sourcepub fn set_config_rule_name(self, input: Option<String>) -> Self
pub fn set_config_rule_name(self, input: Option<String>) -> Self
The name of the Config rule.
sourcepub fn resource_keys(self, input: RemediationExceptionResourceKey) -> Self
pub fn resource_keys(self, input: RemediationExceptionResourceKey) -> Self
Appends an item to ResourceKeys.
To override the contents of this collection use set_resource_keys.
An exception list of resource exception keys to be processed with the current request. Config adds exception for each resource key. For example, Config adds 3 exceptions for 3 resource keys.
sourcepub fn set_resource_keys(
self,
input: Option<Vec<RemediationExceptionResourceKey>>
) -> Self
pub fn set_resource_keys(
self,
input: Option<Vec<RemediationExceptionResourceKey>>
) -> Self
An exception list of resource exception keys to be processed with the current request. Config adds exception for each resource key. For example, Config adds 3 exceptions for 3 resource keys.
sourcepub fn limit(self, input: i32) -> Self
pub fn limit(self, input: i32) -> Self
The maximum number of RemediationExceptionResourceKey returned on each page. The default is 25. If you specify 0, Config uses the default.
sourcepub fn set_limit(self, input: Option<i32>) -> Self
pub fn set_limit(self, input: Option<i32>) -> Self
The maximum number of RemediationExceptionResourceKey returned on each page. The default is 25. If you specify 0, Config uses the default.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
Trait Implementations§
source§impl Clone for DescribeRemediationExceptions
impl Clone for DescribeRemediationExceptions
source§fn clone(&self) -> DescribeRemediationExceptions
fn clone(&self) -> DescribeRemediationExceptions
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more