Trait aws_sdk_frauddetector::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 BatchCreateVariableError

source§

impl RequestId for BatchGetVariableError

source§

impl RequestId for CancelBatchImportJobError

source§

impl RequestId for CancelBatchPredictionJobError

source§

impl RequestId for CreateBatchImportJobError

source§

impl RequestId for CreateBatchPredictionJobError

source§

impl RequestId for CreateDetectorVersionError

source§

impl RequestId for CreateListError

source§

impl RequestId for CreateModelError

source§

impl RequestId for CreateModelVersionError

source§

impl RequestId for CreateRuleError

source§

impl RequestId for CreateVariableError

source§

impl RequestId for DeleteBatchImportJobError

source§

impl RequestId for DeleteBatchPredictionJobError

source§

impl RequestId for DeleteDetectorError

source§

impl RequestId for DeleteDetectorVersionError

source§

impl RequestId for DeleteEntityTypeError

source§

impl RequestId for DeleteEventError

source§

impl RequestId for DeleteEventTypeError

source§

impl RequestId for DeleteEventsByEventTypeError

source§

impl RequestId for DeleteExternalModelError

source§

impl RequestId for DeleteLabelError

source§

impl RequestId for DeleteListError

source§

impl RequestId for DeleteModelError

source§

impl RequestId for DeleteModelVersionError

source§

impl RequestId for DeleteOutcomeError

source§

impl RequestId for DeleteRuleError

source§

impl RequestId for DeleteVariableError

source§

impl RequestId for DescribeDetectorError

source§

impl RequestId for DescribeModelVersionsError

source§

impl RequestId for GetBatchImportJobsError

source§

impl RequestId for GetBatchPredictionJobsError

source§

impl RequestId for GetDeleteEventsByEventTypeStatusError

source§

impl RequestId for GetDetectorVersionError

source§

impl RequestId for GetDetectorsError

source§

impl RequestId for GetEntityTypesError

source§

impl RequestId for GetEventError

source§

impl RequestId for GetEventPredictionError

source§

impl RequestId for GetEventPredictionMetadataError

source§

impl RequestId for GetEventTypesError

source§

impl RequestId for GetExternalModelsError

source§

impl RequestId for GetKMSEncryptionKeyError

source§

impl RequestId for GetLabelsError

source§

impl RequestId for GetListElementsError

source§

impl RequestId for GetListsMetadataError

source§

impl RequestId for GetModelVersionError

source§

impl RequestId for GetModelsError

source§

impl RequestId for GetOutcomesError

source§

impl RequestId for GetRulesError

source§

impl RequestId for GetVariablesError

source§

impl RequestId for ListEventPredictionsError

source§

impl RequestId for ListTagsForResourceError

source§

impl RequestId for PutDetectorError

source§

impl RequestId for PutEntityTypeError

source§

impl RequestId for PutEventTypeError

source§

impl RequestId for PutExternalModelError

source§

impl RequestId for PutKMSEncryptionKeyError

source§

impl RequestId for PutLabelError

source§

impl RequestId for PutOutcomeError

source§

impl RequestId for SendEventError

source§

impl RequestId for TagResourceError

source§

impl RequestId for UntagResourceError

source§

impl RequestId for UpdateDetectorVersionError

source§

impl RequestId for UpdateDetectorVersionMetadataError

source§

impl RequestId for UpdateDetectorVersionStatusError

source§

impl RequestId for UpdateEventLabelError

source§

impl RequestId for UpdateListError

source§

impl RequestId for UpdateModelError

source§

impl RequestId for UpdateModelVersionError

source§

impl RequestId for UpdateModelVersionStatusError

source§

impl RequestId for UpdateRuleMetadataError

source§

impl RequestId for UpdateRuleVersionError

source§

impl RequestId for UpdateVariableError

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 ResourceUnavailableException

source§

impl RequestId for ThrottlingException

source§

impl RequestId for ValidationException

source§

impl RequestId for BatchCreateVariableOutput

source§

impl RequestId for BatchGetVariableOutput

source§

impl RequestId for CancelBatchImportJobOutput

source§

impl RequestId for CancelBatchPredictionJobOutput

source§

impl RequestId for CreateBatchImportJobOutput

source§

impl RequestId for CreateBatchPredictionJobOutput

source§

impl RequestId for CreateDetectorVersionOutput

source§

impl RequestId for CreateListOutput

source§

impl RequestId for CreateModelOutput

source§

impl RequestId for CreateModelVersionOutput

source§

impl RequestId for CreateRuleOutput

source§

impl RequestId for CreateVariableOutput

source§

impl RequestId for DeleteBatchImportJobOutput

source§

impl RequestId for DeleteBatchPredictionJobOutput

source§

impl RequestId for DeleteDetectorOutput

source§

impl RequestId for DeleteDetectorVersionOutput

source§

impl RequestId for DeleteEntityTypeOutput

source§

impl RequestId for DeleteEventOutput

source§

impl RequestId for DeleteEventTypeOutput

source§

impl RequestId for DeleteEventsByEventTypeOutput

source§

impl RequestId for DeleteExternalModelOutput

source§

impl RequestId for DeleteLabelOutput

source§

impl RequestId for DeleteListOutput

source§

impl RequestId for DeleteModelOutput

source§

impl RequestId for DeleteModelVersionOutput

source§

impl RequestId for DeleteOutcomeOutput

source§

impl RequestId for DeleteRuleOutput

source§

impl RequestId for DeleteVariableOutput

source§

impl RequestId for DescribeDetectorOutput

source§

impl RequestId for DescribeModelVersionsOutput

source§

impl RequestId for GetBatchImportJobsOutput

source§

impl RequestId for GetBatchPredictionJobsOutput

source§

impl RequestId for GetDeleteEventsByEventTypeStatusOutput

source§

impl RequestId for GetDetectorVersionOutput

source§

impl RequestId for GetDetectorsOutput

source§

impl RequestId for GetEntityTypesOutput

source§

impl RequestId for GetEventOutput

source§

impl RequestId for GetEventPredictionOutput

source§

impl RequestId for GetEventPredictionMetadataOutput

source§

impl RequestId for GetEventTypesOutput

source§

impl RequestId for GetExternalModelsOutput

source§

impl RequestId for GetKmsEncryptionKeyOutput

source§

impl RequestId for GetLabelsOutput

source§

impl RequestId for GetListElementsOutput

source§

impl RequestId for GetListsMetadataOutput

source§

impl RequestId for GetModelVersionOutput

source§

impl RequestId for GetModelsOutput

source§

impl RequestId for GetOutcomesOutput

source§

impl RequestId for GetRulesOutput

source§

impl RequestId for GetVariablesOutput

source§

impl RequestId for ListEventPredictionsOutput

source§

impl RequestId for ListTagsForResourceOutput

source§

impl RequestId for PutDetectorOutput

source§

impl RequestId for PutEntityTypeOutput

source§

impl RequestId for PutEventTypeOutput

source§

impl RequestId for PutExternalModelOutput

source§

impl RequestId for PutKmsEncryptionKeyOutput

source§

impl RequestId for PutLabelOutput

source§

impl RequestId for PutOutcomeOutput

source§

impl RequestId for SendEventOutput

source§

impl RequestId for TagResourceOutput

source§

impl RequestId for UntagResourceOutput

source§

impl RequestId for UpdateDetectorVersionOutput

source§

impl RequestId for UpdateDetectorVersionMetadataOutput

source§

impl RequestId for UpdateDetectorVersionStatusOutput

source§

impl RequestId for UpdateEventLabelOutput

source§

impl RequestId for UpdateListOutput

source§

impl RequestId for UpdateModelOutput

source§

impl RequestId for UpdateModelVersionOutput

source§

impl RequestId for UpdateModelVersionStatusOutput

source§

impl RequestId for UpdateRuleMetadataOutput

source§

impl RequestId for UpdateRuleVersionOutput

source§

impl RequestId for UpdateVariableOutput