RequestId

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 ApprovePlanExecutionStepError

Source§

impl RequestId for CancelPlanExecutionError

Source§

impl RequestId for CreatePlanError

Source§

impl RequestId for DeletePlanError

Source§

impl RequestId for GetPlanError

Source§

impl RequestId for GetPlanEvaluationStatusError

Source§

impl RequestId for GetPlanExecutionError

Source§

impl RequestId for GetPlanInRegionError

Source§

impl RequestId for ListPlanExecutionEventsError

Source§

impl RequestId for ListPlanExecutionsError

Source§

impl RequestId for ListPlansError

Source§

impl RequestId for ListPlansInRegionError

Source§

impl RequestId for ListRoute53HealthChecksError

Source§

impl RequestId for ListTagsForResourceError

Source§

impl RequestId for StartPlanExecutionError

Source§

impl RequestId for TagResourceError

Source§

impl RequestId for UntagResourceError

Source§

impl RequestId for UpdatePlanError

Source§

impl RequestId for UpdatePlanExecutionError

Source§

impl RequestId for UpdatePlanExecutionStepError

Source§

impl RequestId for ErrorMetadata

Source§

impl RequestId for AccessDeniedException

Source§

impl RequestId for IllegalArgumentException

Source§

impl RequestId for IllegalStateException

Source§

impl RequestId for InternalServerException

Source§

impl RequestId for ResourceNotFoundException

Source§

impl RequestId for ApprovePlanExecutionStepOutput

Source§

impl RequestId for CancelPlanExecutionOutput

Source§

impl RequestId for CreatePlanOutput

Source§

impl RequestId for DeletePlanOutput

Source§

impl RequestId for GetPlanOutput

Source§

impl RequestId for GetPlanEvaluationStatusOutput

Source§

impl RequestId for GetPlanExecutionOutput

Source§

impl RequestId for GetPlanInRegionOutput

Source§

impl RequestId for ListPlanExecutionEventsOutput

Source§

impl RequestId for ListPlanExecutionsOutput

Source§

impl RequestId for ListPlansOutput

Source§

impl RequestId for ListPlansInRegionOutput

Source§

impl RequestId for ListRoute53HealthChecksOutput

Source§

impl RequestId for ListTagsForResourceOutput

Source§

impl RequestId for StartPlanExecutionOutput

Source§

impl RequestId for TagResourceOutput

Source§

impl RequestId for UntagResourceOutput

Source§

impl RequestId for UpdatePlanOutput

Source§

impl RequestId for UpdatePlanExecutionOutput

Source§

impl RequestId for UpdatePlanExecutionStepOutput