Trait aws_sdk_m2::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 CancelBatchJobExecutionError

source§

impl RequestId for CreateApplicationError

source§

impl RequestId for CreateDataSetImportTaskError

source§

impl RequestId for CreateDeploymentError

source§

impl RequestId for CreateEnvironmentError

source§

impl RequestId for DeleteApplicationError

source§

impl RequestId for DeleteApplicationFromEnvironmentError

source§

impl RequestId for DeleteEnvironmentError

source§

impl RequestId for GetApplicationError

source§

impl RequestId for GetApplicationVersionError

source§

impl RequestId for GetBatchJobExecutionError

source§

impl RequestId for GetDataSetDetailsError

source§

impl RequestId for GetDataSetImportTaskError

source§

impl RequestId for GetDeploymentError

source§

impl RequestId for GetEnvironmentError

source§

impl RequestId for GetSignedBluinsightsUrlError

source§

impl RequestId for ListApplicationVersionsError

source§

impl RequestId for ListApplicationsError

source§

impl RequestId for ListBatchJobDefinitionsError

source§

impl RequestId for ListBatchJobExecutionsError

source§

impl RequestId for ListBatchJobRestartPointsError

source§

impl RequestId for ListDataSetImportHistoryError

source§

impl RequestId for ListDataSetsError

source§

impl RequestId for ListDeploymentsError

source§

impl RequestId for ListEngineVersionsError

source§

impl RequestId for ListEnvironmentsError

source§

impl RequestId for ListTagsForResourceError

source§

impl RequestId for StartApplicationError

source§

impl RequestId for StartBatchJobError

source§

impl RequestId for StopApplicationError

source§

impl RequestId for TagResourceError

source§

impl RequestId for UntagResourceError

source§

impl RequestId for UpdateApplicationError

source§

impl RequestId for UpdateEnvironmentError

source§

impl RequestId for ErrorMetadata

source§

impl RequestId for AccessDeniedException

source§

impl RequestId for ConflictException

source§

impl RequestId for ExecutionTimeoutException

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 CancelBatchJobExecutionOutput

source§

impl RequestId for CreateApplicationOutput

source§

impl RequestId for CreateDataSetImportTaskOutput

source§

impl RequestId for CreateDeploymentOutput

source§

impl RequestId for CreateEnvironmentOutput

source§

impl RequestId for DeleteApplicationOutput

source§

impl RequestId for DeleteApplicationFromEnvironmentOutput

source§

impl RequestId for DeleteEnvironmentOutput

source§

impl RequestId for GetApplicationOutput

source§

impl RequestId for GetApplicationVersionOutput

source§

impl RequestId for GetBatchJobExecutionOutput

source§

impl RequestId for GetDataSetDetailsOutput

source§

impl RequestId for GetDataSetImportTaskOutput

source§

impl RequestId for GetDeploymentOutput

source§

impl RequestId for GetEnvironmentOutput

source§

impl RequestId for GetSignedBluinsightsUrlOutput

source§

impl RequestId for ListApplicationVersionsOutput

source§

impl RequestId for ListApplicationsOutput

source§

impl RequestId for ListBatchJobDefinitionsOutput

source§

impl RequestId for ListBatchJobExecutionsOutput

source§

impl RequestId for ListBatchJobRestartPointsOutput

source§

impl RequestId for ListDataSetImportHistoryOutput

source§

impl RequestId for ListDataSetsOutput

source§

impl RequestId for ListDeploymentsOutput

source§

impl RequestId for ListEngineVersionsOutput

source§

impl RequestId for ListEnvironmentsOutput

source§

impl RequestId for ListTagsForResourceOutput

source§

impl RequestId for StartApplicationOutput

source§

impl RequestId for StartBatchJobOutput

source§

impl RequestId for StopApplicationOutput

source§

impl RequestId for TagResourceOutput

source§

impl RequestId for UntagResourceOutput

source§

impl RequestId for UpdateApplicationOutput

source§

impl RequestId for UpdateEnvironmentOutput