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 CreateApplicationError

Source§

impl RequestId for CreateDataIntegrationError

Source§

impl RequestId for CreateDataIntegrationAssociationError

Source§

impl RequestId for CreateEventIntegrationError

Source§

impl RequestId for DeleteApplicationError

Source§

impl RequestId for DeleteDataIntegrationError

Source§

impl RequestId for DeleteEventIntegrationError

Source§

impl RequestId for GetApplicationError

Source§

impl RequestId for GetDataIntegrationError

Source§

impl RequestId for GetEventIntegrationError

Source§

impl RequestId for ListApplicationAssociationsError

Source§

impl RequestId for ListApplicationsError

Source§

impl RequestId for ListDataIntegrationAssociationsError

Source§

impl RequestId for ListDataIntegrationsError

Source§

impl RequestId for ListEventIntegrationAssociationsError

Source§

impl RequestId for ListEventIntegrationsError

Source§

impl RequestId for ListTagsForResourceError

Source§

impl RequestId for TagResourceError

Source§

impl RequestId for UntagResourceError

Source§

impl RequestId for UpdateApplicationError

Source§

impl RequestId for UpdateDataIntegrationError

Source§

impl RequestId for UpdateDataIntegrationAssociationError

Source§

impl RequestId for UpdateEventIntegrationError

Source§

impl RequestId for ErrorMetadata

Source§

impl RequestId for AccessDeniedException

Source§

impl RequestId for DuplicateResourceException

Source§

impl RequestId for InternalServiceError

Source§

impl RequestId for InvalidRequestException

Source§

impl RequestId for ResourceNotFoundException

Source§

impl RequestId for ResourceQuotaExceededException

Source§

impl RequestId for ThrottlingException

Source§

impl RequestId for UnsupportedOperationException

Source§

impl RequestId for CreateApplicationOutput

Source§

impl RequestId for CreateDataIntegrationOutput

Source§

impl RequestId for CreateDataIntegrationAssociationOutput

Source§

impl RequestId for CreateEventIntegrationOutput

Source§

impl RequestId for DeleteApplicationOutput

Source§

impl RequestId for DeleteDataIntegrationOutput

Source§

impl RequestId for DeleteEventIntegrationOutput

Source§

impl RequestId for GetApplicationOutput

Source§

impl RequestId for GetDataIntegrationOutput

Source§

impl RequestId for GetEventIntegrationOutput

Source§

impl RequestId for ListApplicationAssociationsOutput

Source§

impl RequestId for ListApplicationsOutput

Source§

impl RequestId for ListDataIntegrationAssociationsOutput

Source§

impl RequestId for ListDataIntegrationsOutput

Source§

impl RequestId for ListEventIntegrationAssociationsOutput

Source§

impl RequestId for ListEventIntegrationsOutput

Source§

impl RequestId for ListTagsForResourceOutput

Source§

impl RequestId for TagResourceOutput

Source§

impl RequestId for UntagResourceOutput

Source§

impl RequestId for UpdateApplicationOutput

Source§

impl RequestId for UpdateDataIntegrationOutput

Source§

impl RequestId for UpdateDataIntegrationAssociationOutput

Source§

impl RequestId for UpdateEventIntegrationOutput