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 AddWorkloadError

source§

impl RequestId for CreateApplicationError

source§

impl RequestId for CreateComponentError

source§

impl RequestId for CreateLogPatternError

source§

impl RequestId for DeleteApplicationError

source§

impl RequestId for DeleteComponentError

source§

impl RequestId for DeleteLogPatternError

source§

impl RequestId for DescribeApplicationError

source§

impl RequestId for DescribeComponentError

source§

impl RequestId for DescribeComponentConfigurationError

source§

impl RequestId for DescribeComponentConfigurationRecommendationError

source§

impl RequestId for DescribeLogPatternError

source§

impl RequestId for DescribeObservationError

source§

impl RequestId for DescribeProblemError

source§

impl RequestId for DescribeProblemObservationsError

source§

impl RequestId for DescribeWorkloadError

source§

impl RequestId for ListApplicationsError

source§

impl RequestId for ListComponentsError

source§

impl RequestId for ListConfigurationHistoryError

source§

impl RequestId for ListLogPatternSetsError

source§

impl RequestId for ListLogPatternsError

source§

impl RequestId for ListProblemsError

source§

impl RequestId for ListTagsForResourceError

source§

impl RequestId for ListWorkloadsError

source§

impl RequestId for RemoveWorkloadError

source§

impl RequestId for TagResourceError

source§

impl RequestId for UntagResourceError

source§

impl RequestId for UpdateApplicationError

source§

impl RequestId for UpdateComponentError

source§

impl RequestId for UpdateComponentConfigurationError

source§

impl RequestId for UpdateLogPatternError

source§

impl RequestId for UpdateProblemError

source§

impl RequestId for UpdateWorkloadError

source§

impl RequestId for ErrorMetadata

source§

impl RequestId for AccessDeniedException

source§

impl RequestId for BadRequestException

source§

impl RequestId for InternalServerException

source§

impl RequestId for ResourceInUseException

source§

impl RequestId for ResourceNotFoundException

source§

impl RequestId for TagsAlreadyExistException

source§

impl RequestId for TooManyTagsException

source§

impl RequestId for ValidationException

source§

impl RequestId for AddWorkloadOutput

source§

impl RequestId for CreateApplicationOutput

source§

impl RequestId for CreateComponentOutput

source§

impl RequestId for CreateLogPatternOutput

source§

impl RequestId for DeleteApplicationOutput

source§

impl RequestId for DeleteComponentOutput

source§

impl RequestId for DeleteLogPatternOutput

source§

impl RequestId for DescribeApplicationOutput

source§

impl RequestId for DescribeComponentOutput

source§

impl RequestId for DescribeComponentConfigurationOutput

source§

impl RequestId for DescribeComponentConfigurationRecommendationOutput

source§

impl RequestId for DescribeLogPatternOutput

source§

impl RequestId for DescribeObservationOutput

source§

impl RequestId for DescribeProblemOutput

source§

impl RequestId for DescribeProblemObservationsOutput

source§

impl RequestId for DescribeWorkloadOutput

source§

impl RequestId for ListApplicationsOutput

source§

impl RequestId for ListComponentsOutput

source§

impl RequestId for ListConfigurationHistoryOutput

source§

impl RequestId for ListLogPatternSetsOutput

source§

impl RequestId for ListLogPatternsOutput

source§

impl RequestId for ListProblemsOutput

source§

impl RequestId for ListTagsForResourceOutput

source§

impl RequestId for ListWorkloadsOutput

source§

impl RequestId for RemoveWorkloadOutput

source§

impl RequestId for TagResourceOutput

source§

impl RequestId for UntagResourceOutput

source§

impl RequestId for UpdateApplicationOutput

source§

impl RequestId for UpdateComponentOutput

source§

impl RequestId for UpdateComponentConfigurationOutput

source§

impl RequestId for UpdateLogPatternOutput

source§

impl RequestId for UpdateProblemOutput

source§

impl RequestId for UpdateWorkloadOutput