pub struct DescribeAccountHealth { /* private fields */ }
Expand description
Fluent builder constructing a request to DescribeAccountHealth
.
Returns the number of open reactive insights, the number of open proactive insights, and the number of metrics analyzed in your Amazon Web Services account. Use these numbers to gauge the health of operations in your Amazon Web Services account.
Implementations§
source§impl DescribeAccountHealth
impl DescribeAccountHealth
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<DescribeAccountHealth, AwsResponseRetryClassifier>, SdkError<DescribeAccountHealthError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<DescribeAccountHealth, AwsResponseRetryClassifier>, SdkError<DescribeAccountHealthError>>
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<DescribeAccountHealthOutput, SdkError<DescribeAccountHealthError>>
pub async fn send(
self
) -> Result<DescribeAccountHealthOutput, SdkError<DescribeAccountHealthError>>
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.
Trait Implementations§
source§impl Clone for DescribeAccountHealth
impl Clone for DescribeAccountHealth
source§fn clone(&self) -> DescribeAccountHealth
fn clone(&self) -> DescribeAccountHealth
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more