Trait aws_sdk_health::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 DescribeAffectedAccountsForOrganizationError

source§

impl RequestId for DescribeAffectedEntitiesError

source§

impl RequestId for DescribeAffectedEntitiesForOrganizationError

source§

impl RequestId for DescribeEntityAggregatesError

source§

impl RequestId for DescribeEntityAggregatesForOrganizationError

source§

impl RequestId for DescribeEventAggregatesError

source§

impl RequestId for DescribeEventDetailsError

source§

impl RequestId for DescribeEventDetailsForOrganizationError

source§

impl RequestId for DescribeEventTypesError

source§

impl RequestId for DescribeEventsError

source§

impl RequestId for DescribeEventsForOrganizationError

source§

impl RequestId for DescribeHealthServiceStatusForOrganizationError

source§

impl RequestId for DisableHealthServiceAccessForOrganizationError

source§

impl RequestId for EnableHealthServiceAccessForOrganizationError

source§

impl RequestId for ErrorMetadata

source§

impl RequestId for ConcurrentModificationException

source§

impl RequestId for InvalidPaginationToken

source§

impl RequestId for UnsupportedLocale

source§

impl RequestId for DescribeAffectedAccountsForOrganizationOutput

source§

impl RequestId for DescribeAffectedEntitiesOutput

source§

impl RequestId for DescribeAffectedEntitiesForOrganizationOutput

source§

impl RequestId for DescribeEntityAggregatesOutput

source§

impl RequestId for DescribeEntityAggregatesForOrganizationOutput

source§

impl RequestId for DescribeEventAggregatesOutput

source§

impl RequestId for DescribeEventDetailsOutput

source§

impl RequestId for DescribeEventDetailsForOrganizationOutput

source§

impl RequestId for DescribeEventTypesOutput

source§

impl RequestId for DescribeEventsOutput

source§

impl RequestId for DescribeEventsForOrganizationOutput

source§

impl RequestId for DescribeHealthServiceStatusForOrganizationOutput

source§

impl RequestId for DisableHealthServiceAccessForOrganizationOutput

source§

impl RequestId for EnableHealthServiceAccessForOrganizationOutput