Trait aws_sdk_evidently::operation::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 BatchEvaluateFeatureError

source§

impl RequestId for CreateExperimentError

source§

impl RequestId for CreateFeatureError

source§

impl RequestId for CreateLaunchError

source§

impl RequestId for CreateProjectError

source§

impl RequestId for CreateSegmentError

source§

impl RequestId for DeleteExperimentError

source§

impl RequestId for DeleteFeatureError

source§

impl RequestId for DeleteLaunchError

source§

impl RequestId for DeleteProjectError

source§

impl RequestId for DeleteSegmentError

source§

impl RequestId for EvaluateFeatureError

source§

impl RequestId for GetExperimentError

source§

impl RequestId for GetExperimentResultsError

source§

impl RequestId for GetFeatureError

source§

impl RequestId for GetLaunchError

source§

impl RequestId for GetProjectError

source§

impl RequestId for GetSegmentError

source§

impl RequestId for ListExperimentsError

source§

impl RequestId for ListFeaturesError

source§

impl RequestId for ListLaunchesError

source§

impl RequestId for ListProjectsError

source§

impl RequestId for ListSegmentReferencesError

source§

impl RequestId for ListSegmentsError

source§

impl RequestId for ListTagsForResourceError

source§

impl RequestId for PutProjectEventsError

source§

impl RequestId for StartExperimentError

source§

impl RequestId for StartLaunchError

source§

impl RequestId for StopExperimentError

source§

impl RequestId for StopLaunchError

source§

impl RequestId for TagResourceError

source§

impl RequestId for TestSegmentPatternError

source§

impl RequestId for UntagResourceError

source§

impl RequestId for UpdateExperimentError

source§

impl RequestId for UpdateFeatureError

source§

impl RequestId for UpdateLaunchError

source§

impl RequestId for UpdateProjectError

source§

impl RequestId for UpdateProjectDataDeliveryError

source§

impl RequestId for ErrorMetadata

source§

impl RequestId for AccessDeniedException

source§

impl RequestId for ConflictException

source§

impl RequestId for InternalServerException

source§

impl RequestId for ResourceNotFoundException

source§

impl RequestId for ServiceQuotaExceededException

source§

impl RequestId for ServiceUnavailableException

source§

impl RequestId for ThrottlingException

source§

impl RequestId for ValidationException

source§

impl RequestId for BatchEvaluateFeatureOutput

source§

impl RequestId for CreateExperimentOutput

source§

impl RequestId for CreateFeatureOutput

source§

impl RequestId for CreateLaunchOutput

source§

impl RequestId for CreateProjectOutput

source§

impl RequestId for CreateSegmentOutput

source§

impl RequestId for DeleteExperimentOutput

source§

impl RequestId for DeleteFeatureOutput

source§

impl RequestId for DeleteLaunchOutput

source§

impl RequestId for DeleteProjectOutput

source§

impl RequestId for DeleteSegmentOutput

source§

impl RequestId for EvaluateFeatureOutput

source§

impl RequestId for GetExperimentOutput

source§

impl RequestId for GetExperimentResultsOutput

source§

impl RequestId for GetFeatureOutput

source§

impl RequestId for GetLaunchOutput

source§

impl RequestId for GetProjectOutput

source§

impl RequestId for GetSegmentOutput

source§

impl RequestId for ListExperimentsOutput

source§

impl RequestId for ListFeaturesOutput

source§

impl RequestId for ListLaunchesOutput

source§

impl RequestId for ListProjectsOutput

source§

impl RequestId for ListSegmentReferencesOutput

source§

impl RequestId for ListSegmentsOutput

source§

impl RequestId for ListTagsForResourceOutput

source§

impl RequestId for PutProjectEventsOutput

source§

impl RequestId for StartExperimentOutput

source§

impl RequestId for StartLaunchOutput

source§

impl RequestId for StopExperimentOutput

source§

impl RequestId for StopLaunchOutput

source§

impl RequestId for TagResourceOutput

source§

impl RequestId for TestSegmentPatternOutput

source§

impl RequestId for UntagResourceOutput

source§

impl RequestId for UpdateExperimentOutput

source§

impl RequestId for UpdateFeatureOutput

source§

impl RequestId for UpdateLaunchOutput

source§

impl RequestId for UpdateProjectOutput

source§

impl RequestId for UpdateProjectDataDeliveryOutput