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 Response

source§

impl RequestId for ErrorMetadata

source§

impl RequestId for Unhandled

source§

impl RequestId for HeaderMap

source§

impl<B> RequestId for Response<B>

source§

impl<E, R> RequestId for SdkError<E, R>where R: HttpHeaders,

source§

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

Implementors§

source§

impl RequestId for Error

source§

impl RequestId for CreateMatchingWorkflowError

source§

impl RequestId for CreateSchemaMappingError

source§

impl RequestId for DeleteMatchingWorkflowError

source§

impl RequestId for DeleteSchemaMappingError

source§

impl RequestId for GetMatchIdError

source§

impl RequestId for GetMatchingJobError

source§

impl RequestId for GetMatchingWorkflowError

source§

impl RequestId for GetSchemaMappingError

source§

impl RequestId for ListMatchingJobsError

source§

impl RequestId for ListMatchingWorkflowsError

source§

impl RequestId for ListSchemaMappingsError

source§

impl RequestId for ListTagsForResourceError

source§

impl RequestId for StartMatchingJobError

source§

impl RequestId for TagResourceError

source§

impl RequestId for UntagResourceError

source§

impl RequestId for UpdateMatchingWorkflowError

source§

impl RequestId for AccessDeniedException

source§

impl RequestId for ConflictException

source§

impl RequestId for ExceedsLimitException

source§

impl RequestId for InternalServerException

source§

impl RequestId for ResourceNotFoundException

source§

impl RequestId for ThrottlingException

source§

impl RequestId for ValidationException

source§

impl RequestId for CreateMatchingWorkflowOutput

source§

impl RequestId for CreateSchemaMappingOutput

source§

impl RequestId for DeleteMatchingWorkflowOutput

source§

impl RequestId for DeleteSchemaMappingOutput

source§

impl RequestId for GetMatchIdOutput

source§

impl RequestId for GetMatchingJobOutput

source§

impl RequestId for GetMatchingWorkflowOutput

source§

impl RequestId for GetSchemaMappingOutput

source§

impl RequestId for ListMatchingJobsOutput

source§

impl RequestId for ListMatchingWorkflowsOutput

source§

impl RequestId for ListSchemaMappingsOutput

source§

impl RequestId for ListTagsForResourceOutput

source§

impl RequestId for StartMatchingJobOutput

source§

impl RequestId for TagResourceOutput

source§

impl RequestId for UntagResourceOutput

source§

impl RequestId for UpdateMatchingWorkflowOutput