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 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 DeleteResourcePermissionError

source§

impl RequestId for DeregisterApplicationError

source§

impl RequestId for GetApplicationError

source§

impl RequestId for GetComponentError

source§

impl RequestId for GetDatabaseError

source§

impl RequestId for GetOperationError

source§

impl RequestId for GetResourcePermissionError

source§

impl RequestId for ListApplicationsError

source§

impl RequestId for ListComponentsError

source§

impl RequestId for ListDatabasesError

source§

impl RequestId for ListOperationsError

source§

impl RequestId for ListTagsForResourceError

source§

impl RequestId for PutResourcePermissionError

source§

impl RequestId for RegisterApplicationError

source§

impl RequestId for StartApplicationRefreshError

source§

impl RequestId for TagResourceError

source§

impl RequestId for UntagResourceError

source§

impl RequestId for UpdateApplicationSettingsError

source§

impl RequestId for ConflictException

source§

impl RequestId for InternalServerException

source§

impl RequestId for ResourceNotFoundException

source§

impl RequestId for UnauthorizedException

source§

impl RequestId for ValidationException

source§

impl RequestId for DeleteResourcePermissionOutput

source§

impl RequestId for DeregisterApplicationOutput

source§

impl RequestId for GetApplicationOutput

source§

impl RequestId for GetComponentOutput

source§

impl RequestId for GetDatabaseOutput

source§

impl RequestId for GetOperationOutput

source§

impl RequestId for GetResourcePermissionOutput

source§

impl RequestId for ListApplicationsOutput

source§

impl RequestId for ListComponentsOutput

source§

impl RequestId for ListDatabasesOutput

source§

impl RequestId for ListOperationsOutput

source§

impl RequestId for ListTagsForResourceOutput

source§

impl RequestId for PutResourcePermissionOutput

source§

impl RequestId for RegisterApplicationOutput

source§

impl RequestId for StartApplicationRefreshOutput

source§

impl RequestId for TagResourceOutput

source§

impl RequestId for UntagResourceOutput

source§

impl RequestId for UpdateApplicationSettingsOutput