Trait 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 CreateNotificationRuleError

Source§

impl RequestId for DeleteNotificationRuleError

Source§

impl RequestId for DeleteTargetError

Source§

impl RequestId for DescribeNotificationRuleError

Source§

impl RequestId for ListEventTypesError

Source§

impl RequestId for ListNotificationRulesError

Source§

impl RequestId for ListTagsForResourceError

Source§

impl RequestId for ListTargetsError

Source§

impl RequestId for SubscribeError

Source§

impl RequestId for TagResourceError

Source§

impl RequestId for UnsubscribeError

Source§

impl RequestId for UntagResourceError

Source§

impl RequestId for UpdateNotificationRuleError

Source§

impl RequestId for ErrorMetadata

Source§

impl RequestId for AccessDeniedException

Source§

impl RequestId for ConcurrentModificationException

Source§

impl RequestId for ConfigurationException

Source§

impl RequestId for InvalidNextTokenException

Source§

impl RequestId for LimitExceededException

Source§

impl RequestId for ResourceAlreadyExistsException

Source§

impl RequestId for ResourceNotFoundException

Source§

impl RequestId for ValidationException

Source§

impl RequestId for CreateNotificationRuleOutput

Source§

impl RequestId for DeleteNotificationRuleOutput

Source§

impl RequestId for DeleteTargetOutput

Source§

impl RequestId for DescribeNotificationRuleOutput

Source§

impl RequestId for ListEventTypesOutput

Source§

impl RequestId for ListNotificationRulesOutput

Source§

impl RequestId for ListTagsForResourceOutput

Source§

impl RequestId for ListTargetsOutput

Source§

impl RequestId for SubscribeOutput

Source§

impl RequestId for TagResourceOutput

Source§

impl RequestId for UnsubscribeOutput

Source§

impl RequestId for UntagResourceOutput

Source§

impl RequestId for UpdateNotificationRuleOutput