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 AssociateConfigurationItemsToApplicationError

source§

impl RequestId for BatchDeleteAgentsError

source§

impl RequestId for BatchDeleteImportDataError

source§

impl RequestId for CreateApplicationError

source§

impl RequestId for CreateTagsError

source§

impl RequestId for DeleteApplicationsError

source§

impl RequestId for DeleteTagsError

source§

impl RequestId for DescribeAgentsError

source§

impl RequestId for DescribeBatchDeleteConfigurationTaskError

source§

impl RequestId for DescribeConfigurationsError

source§

impl RequestId for DescribeContinuousExportsError

source§

impl RequestId for DescribeExportConfigurationsError

source§

impl RequestId for DescribeExportTasksError

source§

impl RequestId for DescribeImportTasksError

source§

impl RequestId for DescribeTagsError

source§

impl RequestId for DisassociateConfigurationItemsFromApplicationError

source§

impl RequestId for ExportConfigurationsError

source§

impl RequestId for GetDiscoverySummaryError

source§

impl RequestId for ListConfigurationsError

source§

impl RequestId for ListServerNeighborsError

source§

impl RequestId for StartBatchDeleteConfigurationTaskError

source§

impl RequestId for StartContinuousExportError

source§

impl RequestId for StartDataCollectionByAgentIdsError

source§

impl RequestId for StartExportTaskError

source§

impl RequestId for StartImportTaskError

source§

impl RequestId for StopContinuousExportError

source§

impl RequestId for StopDataCollectionByAgentIdsError

source§

impl RequestId for UpdateApplicationError

source§

impl RequestId for ErrorMetadata

source§

impl RequestId for AuthorizationErrorException

source§

impl RequestId for ConflictErrorException

source§

impl RequestId for HomeRegionNotSetException

source§

impl RequestId for InvalidParameterException

source§

impl RequestId for InvalidParameterValueException

source§

impl RequestId for LimitExceededException

source§

impl RequestId for OperationNotPermittedException

source§

impl RequestId for ResourceInUseException

source§

impl RequestId for ResourceNotFoundException

source§

impl RequestId for ServerInternalErrorException

source§

impl RequestId for AssociateConfigurationItemsToApplicationOutput

source§

impl RequestId for BatchDeleteAgentsOutput

source§

impl RequestId for BatchDeleteImportDataOutput

source§

impl RequestId for CreateApplicationOutput

source§

impl RequestId for CreateTagsOutput

source§

impl RequestId for DeleteApplicationsOutput

source§

impl RequestId for DeleteTagsOutput

source§

impl RequestId for DescribeAgentsOutput

source§

impl RequestId for DescribeBatchDeleteConfigurationTaskOutput

source§

impl RequestId for DescribeConfigurationsOutput

source§

impl RequestId for DescribeContinuousExportsOutput

source§

impl RequestId for DescribeExportConfigurationsOutput

source§

impl RequestId for DescribeExportTasksOutput

source§

impl RequestId for DescribeImportTasksOutput

source§

impl RequestId for DescribeTagsOutput

source§

impl RequestId for DisassociateConfigurationItemsFromApplicationOutput

source§

impl RequestId for ExportConfigurationsOutput

source§

impl RequestId for GetDiscoverySummaryOutput

source§

impl RequestId for ListConfigurationsOutput

source§

impl RequestId for ListServerNeighborsOutput

source§

impl RequestId for StartBatchDeleteConfigurationTaskOutput

source§

impl RequestId for StartContinuousExportOutput

source§

impl RequestId for StartDataCollectionByAgentIdsOutput

source§

impl RequestId for StartExportTaskOutput

source§

impl RequestId for StartImportTaskOutput

source§

impl RequestId for StopContinuousExportOutput

source§

impl RequestId for StopDataCollectionByAgentIdsOutput

source§

impl RequestId for UpdateApplicationOutput