Trait aws_sdk_entityresolution::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 AddPolicyStatementError

source§

impl RequestId for BatchDeleteUniqueIdError

source§

impl RequestId for CreateIdMappingWorkflowError

source§

impl RequestId for CreateIdNamespaceError

source§

impl RequestId for CreateMatchingWorkflowError

source§

impl RequestId for CreateSchemaMappingError

source§

impl RequestId for DeleteIdMappingWorkflowError

source§

impl RequestId for DeleteIdNamespaceError

source§

impl RequestId for DeleteMatchingWorkflowError

source§

impl RequestId for DeletePolicyStatementError

source§

impl RequestId for DeleteSchemaMappingError

source§

impl RequestId for GetIdMappingJobError

source§

impl RequestId for GetIdMappingWorkflowError

source§

impl RequestId for GetIdNamespaceError

source§

impl RequestId for GetMatchIdError

source§

impl RequestId for GetMatchingJobError

source§

impl RequestId for GetMatchingWorkflowError

source§

impl RequestId for GetPolicyError

source§

impl RequestId for GetProviderServiceError

source§

impl RequestId for GetSchemaMappingError

source§

impl RequestId for ListIdMappingJobsError

source§

impl RequestId for ListIdMappingWorkflowsError

source§

impl RequestId for ListIdNamespacesError

source§

impl RequestId for ListMatchingJobsError

source§

impl RequestId for ListMatchingWorkflowsError

source§

impl RequestId for ListProviderServicesError

source§

impl RequestId for ListSchemaMappingsError

source§

impl RequestId for ListTagsForResourceError

source§

impl RequestId for PutPolicyError

source§

impl RequestId for StartIdMappingJobError

source§

impl RequestId for StartMatchingJobError

source§

impl RequestId for TagResourceError

source§

impl RequestId for UntagResourceError

source§

impl RequestId for UpdateIdMappingWorkflowError

source§

impl RequestId for UpdateIdNamespaceError

source§

impl RequestId for UpdateMatchingWorkflowError

source§

impl RequestId for UpdateSchemaMappingError

source§

impl RequestId for ErrorMetadata

source§

impl RequestId for AccessDeniedException

source§

impl RequestId for ConflictException

source§

impl RequestId for ExceedsLimitException

source§

impl RequestId for InternalServerException

source§

impl RequestId for ResourceNotFoundException

source§

impl RequestId for ThrottlingException

source§

impl RequestId for ValidationException

source§

impl RequestId for AddPolicyStatementOutput

source§

impl RequestId for BatchDeleteUniqueIdOutput

source§

impl RequestId for CreateIdMappingWorkflowOutput

source§

impl RequestId for CreateIdNamespaceOutput

source§

impl RequestId for CreateMatchingWorkflowOutput

source§

impl RequestId for CreateSchemaMappingOutput

source§

impl RequestId for DeleteIdMappingWorkflowOutput

source§

impl RequestId for DeleteIdNamespaceOutput

source§

impl RequestId for DeleteMatchingWorkflowOutput

source§

impl RequestId for DeletePolicyStatementOutput

source§

impl RequestId for DeleteSchemaMappingOutput

source§

impl RequestId for GetIdMappingJobOutput

source§

impl RequestId for GetIdMappingWorkflowOutput

source§

impl RequestId for GetIdNamespaceOutput

source§

impl RequestId for GetMatchIdOutput

source§

impl RequestId for GetMatchingJobOutput

source§

impl RequestId for GetMatchingWorkflowOutput

source§

impl RequestId for GetPolicyOutput

source§

impl RequestId for GetProviderServiceOutput

source§

impl RequestId for GetSchemaMappingOutput

source§

impl RequestId for ListIdMappingJobsOutput

source§

impl RequestId for ListIdMappingWorkflowsOutput

source§

impl RequestId for ListIdNamespacesOutput

source§

impl RequestId for ListMatchingJobsOutput

source§

impl RequestId for ListMatchingWorkflowsOutput

source§

impl RequestId for ListProviderServicesOutput

source§

impl RequestId for ListSchemaMappingsOutput

source§

impl RequestId for ListTagsForResourceOutput

source§

impl RequestId for PutPolicyOutput

source§

impl RequestId for StartIdMappingJobOutput

source§

impl RequestId for StartMatchingJobOutput

source§

impl RequestId for TagResourceOutput

source§

impl RequestId for UntagResourceOutput

source§

impl RequestId for UpdateIdMappingWorkflowOutput

source§

impl RequestId for UpdateIdNamespaceOutput

source§

impl RequestId for UpdateMatchingWorkflowOutput

source§

impl RequestId for UpdateSchemaMappingOutput