Trait aws_sdk_transcribe::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 CreateCallAnalyticsCategoryError

source§

impl RequestId for CreateLanguageModelError

source§

impl RequestId for CreateMedicalVocabularyError

source§

impl RequestId for CreateVocabularyError

source§

impl RequestId for CreateVocabularyFilterError

source§

impl RequestId for DeleteCallAnalyticsCategoryError

source§

impl RequestId for DeleteCallAnalyticsJobError

source§

impl RequestId for DeleteLanguageModelError

source§

impl RequestId for DeleteMedicalScribeJobError

source§

impl RequestId for DeleteMedicalTranscriptionJobError

source§

impl RequestId for DeleteMedicalVocabularyError

source§

impl RequestId for DeleteTranscriptionJobError

source§

impl RequestId for DeleteVocabularyError

source§

impl RequestId for DeleteVocabularyFilterError

source§

impl RequestId for DescribeLanguageModelError

source§

impl RequestId for GetCallAnalyticsCategoryError

source§

impl RequestId for GetCallAnalyticsJobError

source§

impl RequestId for GetMedicalScribeJobError

source§

impl RequestId for GetMedicalTranscriptionJobError

source§

impl RequestId for GetMedicalVocabularyError

source§

impl RequestId for GetTranscriptionJobError

source§

impl RequestId for GetVocabularyError

source§

impl RequestId for GetVocabularyFilterError

source§

impl RequestId for ListCallAnalyticsCategoriesError

source§

impl RequestId for ListCallAnalyticsJobsError

source§

impl RequestId for ListLanguageModelsError

source§

impl RequestId for ListMedicalScribeJobsError

source§

impl RequestId for ListMedicalTranscriptionJobsError

source§

impl RequestId for ListMedicalVocabulariesError

source§

impl RequestId for ListTagsForResourceError

source§

impl RequestId for ListTranscriptionJobsError

source§

impl RequestId for ListVocabulariesError

source§

impl RequestId for ListVocabularyFiltersError

source§

impl RequestId for StartCallAnalyticsJobError

source§

impl RequestId for StartMedicalScribeJobError

source§

impl RequestId for StartMedicalTranscriptionJobError

source§

impl RequestId for StartTranscriptionJobError

source§

impl RequestId for TagResourceError

source§

impl RequestId for UntagResourceError

source§

impl RequestId for UpdateCallAnalyticsCategoryError

source§

impl RequestId for UpdateMedicalVocabularyError

source§

impl RequestId for UpdateVocabularyError

source§

impl RequestId for UpdateVocabularyFilterError

source§

impl RequestId for ErrorMetadata

source§

impl RequestId for BadRequestException

source§

impl RequestId for ConflictException

source§

impl RequestId for InternalFailureException

source§

impl RequestId for LimitExceededException

source§

impl RequestId for NotFoundException

source§

impl RequestId for CreateCallAnalyticsCategoryOutput

source§

impl RequestId for CreateLanguageModelOutput

source§

impl RequestId for CreateMedicalVocabularyOutput

source§

impl RequestId for CreateVocabularyOutput

source§

impl RequestId for CreateVocabularyFilterOutput

source§

impl RequestId for DeleteCallAnalyticsCategoryOutput

source§

impl RequestId for DeleteCallAnalyticsJobOutput

source§

impl RequestId for DeleteLanguageModelOutput

source§

impl RequestId for DeleteMedicalScribeJobOutput

source§

impl RequestId for DeleteMedicalTranscriptionJobOutput

source§

impl RequestId for DeleteMedicalVocabularyOutput

source§

impl RequestId for DeleteTranscriptionJobOutput

source§

impl RequestId for DeleteVocabularyOutput

source§

impl RequestId for DeleteVocabularyFilterOutput

source§

impl RequestId for DescribeLanguageModelOutput

source§

impl RequestId for GetCallAnalyticsCategoryOutput

source§

impl RequestId for GetCallAnalyticsJobOutput

source§

impl RequestId for GetMedicalScribeJobOutput

source§

impl RequestId for GetMedicalTranscriptionJobOutput

source§

impl RequestId for GetMedicalVocabularyOutput

source§

impl RequestId for GetTranscriptionJobOutput

source§

impl RequestId for GetVocabularyOutput

source§

impl RequestId for GetVocabularyFilterOutput

source§

impl RequestId for ListCallAnalyticsCategoriesOutput

source§

impl RequestId for ListCallAnalyticsJobsOutput

source§

impl RequestId for ListLanguageModelsOutput

source§

impl RequestId for ListMedicalScribeJobsOutput

source§

impl RequestId for ListMedicalTranscriptionJobsOutput

source§

impl RequestId for ListMedicalVocabulariesOutput

source§

impl RequestId for ListTagsForResourceOutput

source§

impl RequestId for ListTranscriptionJobsOutput

source§

impl RequestId for ListVocabulariesOutput

source§

impl RequestId for ListVocabularyFiltersOutput

source§

impl RequestId for StartCallAnalyticsJobOutput

source§

impl RequestId for StartMedicalScribeJobOutput

source§

impl RequestId for StartMedicalTranscriptionJobOutput

source§

impl RequestId for StartTranscriptionJobOutput

source§

impl RequestId for TagResourceOutput

source§

impl RequestId for UntagResourceOutput

source§

impl RequestId for UpdateCallAnalyticsCategoryOutput

source§

impl RequestId for UpdateMedicalVocabularyOutput

source§

impl RequestId for UpdateVocabularyOutput

source§

impl RequestId for UpdateVocabularyFilterOutput