Trait aws_sdk_devopsguru::operation::RequestId

source ·
pub trait RequestId {
    // Required method
    fn request_id(&self) -> Option<&str>;
}
Expand description

Implementers add a function to return an AWS request ID

Required Methods§

source

fn request_id(&self) -> Option<&str>

Returns the request ID, or None if the service could not be reached.

Implementations on Foreign Types§

source§

impl RequestId for Headers

source§

impl<B> RequestId for Response<B>

source§

impl<E> RequestId for SdkError<E, Response>

source§

impl<O, E> RequestId for Result<O, E>
where O: RequestId, E: RequestId,

Implementors§

source§

impl RequestId for Error

source§

impl RequestId for AddNotificationChannelError

source§

impl RequestId for DeleteInsightError

source§

impl RequestId for DescribeAccountHealthError

source§

impl RequestId for DescribeAccountOverviewError

source§

impl RequestId for DescribeAnomalyError

source§

impl RequestId for DescribeEventSourcesConfigError

source§

impl RequestId for DescribeFeedbackError

source§

impl RequestId for DescribeInsightError

source§

impl RequestId for DescribeOrganizationHealthError

source§

impl RequestId for DescribeOrganizationOverviewError

source§

impl RequestId for DescribeOrganizationResourceCollectionHealthError

source§

impl RequestId for DescribeResourceCollectionHealthError

source§

impl RequestId for DescribeServiceIntegrationError

source§

impl RequestId for GetCostEstimationError

source§

impl RequestId for GetResourceCollectionError

source§

impl RequestId for ListAnomaliesForInsightError

source§

impl RequestId for ListAnomalousLogGroupsError

source§

impl RequestId for ListEventsError

source§

impl RequestId for ListInsightsError

source§

impl RequestId for ListMonitoredResourcesError

source§

impl RequestId for ListNotificationChannelsError

source§

impl RequestId for ListOrganizationInsightsError

source§

impl RequestId for ListRecommendationsError

source§

impl RequestId for PutFeedbackError

source§

impl RequestId for RemoveNotificationChannelError

source§

impl RequestId for SearchInsightsError

source§

impl RequestId for SearchOrganizationInsightsError

source§

impl RequestId for StartCostEstimationError

source§

impl RequestId for UpdateEventSourcesConfigError

source§

impl RequestId for UpdateResourceCollectionError

source§

impl RequestId for UpdateServiceIntegrationError

source§

impl RequestId for ErrorMetadata

source§

impl RequestId for AccessDeniedException

source§

impl RequestId for ConflictException

source§

impl RequestId for InternalServerException

source§

impl RequestId for ResourceNotFoundException

source§

impl RequestId for ServiceQuotaExceededException

source§

impl RequestId for ThrottlingException

source§

impl RequestId for ValidationException

source§

impl RequestId for AddNotificationChannelOutput

source§

impl RequestId for DeleteInsightOutput

source§

impl RequestId for DescribeAccountHealthOutput

source§

impl RequestId for DescribeAccountOverviewOutput

source§

impl RequestId for DescribeAnomalyOutput

source§

impl RequestId for DescribeEventSourcesConfigOutput

source§

impl RequestId for DescribeFeedbackOutput

source§

impl RequestId for DescribeInsightOutput

source§

impl RequestId for DescribeOrganizationHealthOutput

source§

impl RequestId for DescribeOrganizationOverviewOutput

source§

impl RequestId for DescribeOrganizationResourceCollectionHealthOutput

source§

impl RequestId for DescribeResourceCollectionHealthOutput

source§

impl RequestId for DescribeServiceIntegrationOutput

source§

impl RequestId for GetCostEstimationOutput

source§

impl RequestId for GetResourceCollectionOutput

source§

impl RequestId for ListAnomaliesForInsightOutput

source§

impl RequestId for ListAnomalousLogGroupsOutput

source§

impl RequestId for ListEventsOutput

source§

impl RequestId for ListInsightsOutput

source§

impl RequestId for ListMonitoredResourcesOutput

source§

impl RequestId for ListNotificationChannelsOutput

source§

impl RequestId for ListOrganizationInsightsOutput

source§

impl RequestId for ListRecommendationsOutput

source§

impl RequestId for PutFeedbackOutput

source§

impl RequestId for RemoveNotificationChannelOutput

source§

impl RequestId for SearchInsightsOutput

source§

impl RequestId for SearchOrganizationInsightsOutput

source§

impl RequestId for StartCostEstimationOutput

source§

impl RequestId for UpdateEventSourcesConfigOutput

source§

impl RequestId for UpdateResourceCollectionOutput

source§

impl RequestId for UpdateServiceIntegrationOutput