Trait aws_sdk_customerprofiles::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 AddProfileKeyError

source§

impl RequestId for CreateCalculatedAttributeDefinitionError

source§

impl RequestId for CreateDomainError

source§

impl RequestId for CreateEventStreamError

source§

impl RequestId for CreateIntegrationWorkflowError

source§

impl RequestId for CreateProfileError

source§

impl RequestId for DeleteCalculatedAttributeDefinitionError

source§

impl RequestId for DeleteDomainError

source§

impl RequestId for DeleteEventStreamError

source§

impl RequestId for DeleteIntegrationError

source§

impl RequestId for DeleteProfileError

source§

impl RequestId for DeleteProfileKeyError

source§

impl RequestId for DeleteProfileObjectError

source§

impl RequestId for DeleteProfileObjectTypeError

source§

impl RequestId for DeleteWorkflowError

source§

impl RequestId for DetectProfileObjectTypeError

source§

impl RequestId for GetAutoMergingPreviewError

source§

impl RequestId for GetCalculatedAttributeDefinitionError

source§

impl RequestId for GetCalculatedAttributeForProfileError

source§

impl RequestId for GetDomainError

source§

impl RequestId for GetEventStreamError

source§

impl RequestId for GetIdentityResolutionJobError

source§

impl RequestId for GetIntegrationError

source§

impl RequestId for GetMatchesError

source§

impl RequestId for GetProfileObjectTypeError

source§

impl RequestId for GetProfileObjectTypeTemplateError

source§

impl RequestId for GetSimilarProfilesError

source§

impl RequestId for GetWorkflowError

source§

impl RequestId for GetWorkflowStepsError

source§

impl RequestId for ListAccountIntegrationsError

source§

impl RequestId for ListCalculatedAttributeDefinitionsError

source§

impl RequestId for ListCalculatedAttributesForProfileError

source§

impl RequestId for ListDomainsError

source§

impl RequestId for ListEventStreamsError

source§

impl RequestId for ListIdentityResolutionJobsError

source§

impl RequestId for ListIntegrationsError

source§

impl RequestId for ListProfileObjectTypeTemplatesError

source§

impl RequestId for ListProfileObjectTypesError

source§

impl RequestId for ListProfileObjectsError

source§

impl RequestId for ListRuleBasedMatchesError

source§

impl RequestId for ListTagsForResourceError

source§

impl RequestId for ListWorkflowsError

source§

impl RequestId for MergeProfilesError

source§

impl RequestId for PutIntegrationError

source§

impl RequestId for PutProfileObjectError

source§

impl RequestId for PutProfileObjectTypeError

source§

impl RequestId for SearchProfilesError

source§

impl RequestId for TagResourceError

source§

impl RequestId for UntagResourceError

source§

impl RequestId for UpdateCalculatedAttributeDefinitionError

source§

impl RequestId for UpdateDomainError

source§

impl RequestId for UpdateProfileError

source§

impl RequestId for ErrorMetadata

source§

impl RequestId for AccessDeniedException

source§

impl RequestId for BadRequestException

source§

impl RequestId for InternalServerException

source§

impl RequestId for ResourceNotFoundException

source§

impl RequestId for ThrottlingException

source§

impl RequestId for AddProfileKeyOutput

source§

impl RequestId for CreateCalculatedAttributeDefinitionOutput

source§

impl RequestId for CreateDomainOutput

source§

impl RequestId for CreateEventStreamOutput

source§

impl RequestId for CreateIntegrationWorkflowOutput

source§

impl RequestId for CreateProfileOutput

source§

impl RequestId for DeleteCalculatedAttributeDefinitionOutput

source§

impl RequestId for DeleteDomainOutput

source§

impl RequestId for DeleteEventStreamOutput

source§

impl RequestId for DeleteIntegrationOutput

source§

impl RequestId for DeleteProfileOutput

source§

impl RequestId for DeleteProfileKeyOutput

source§

impl RequestId for DeleteProfileObjectOutput

source§

impl RequestId for DeleteProfileObjectTypeOutput

source§

impl RequestId for DeleteWorkflowOutput

source§

impl RequestId for DetectProfileObjectTypeOutput

source§

impl RequestId for GetAutoMergingPreviewOutput

source§

impl RequestId for GetCalculatedAttributeDefinitionOutput

source§

impl RequestId for GetCalculatedAttributeForProfileOutput

source§

impl RequestId for GetDomainOutput

source§

impl RequestId for GetEventStreamOutput

source§

impl RequestId for GetIdentityResolutionJobOutput

source§

impl RequestId for GetIntegrationOutput

source§

impl RequestId for GetMatchesOutput

source§

impl RequestId for GetProfileObjectTypeOutput

source§

impl RequestId for GetProfileObjectTypeTemplateOutput

source§

impl RequestId for GetSimilarProfilesOutput

source§

impl RequestId for GetWorkflowOutput

source§

impl RequestId for GetWorkflowStepsOutput

source§

impl RequestId for ListAccountIntegrationsOutput

source§

impl RequestId for ListCalculatedAttributeDefinitionsOutput

source§

impl RequestId for ListCalculatedAttributesForProfileOutput

source§

impl RequestId for ListDomainsOutput

source§

impl RequestId for ListEventStreamsOutput

source§

impl RequestId for ListIdentityResolutionJobsOutput

source§

impl RequestId for ListIntegrationsOutput

source§

impl RequestId for ListProfileObjectTypeTemplatesOutput

source§

impl RequestId for ListProfileObjectTypesOutput

source§

impl RequestId for ListProfileObjectsOutput

source§

impl RequestId for ListRuleBasedMatchesOutput

source§

impl RequestId for ListTagsForResourceOutput

source§

impl RequestId for ListWorkflowsOutput

source§

impl RequestId for MergeProfilesOutput

source§

impl RequestId for PutIntegrationOutput

source§

impl RequestId for PutProfileObjectOutput

source§

impl RequestId for PutProfileObjectTypeOutput

source§

impl RequestId for SearchProfilesOutput

source§

impl RequestId for TagResourceOutput

source§

impl RequestId for UntagResourceOutput

source§

impl RequestId for UpdateCalculatedAttributeDefinitionOutput

source§

impl RequestId for UpdateDomainOutput

source§

impl RequestId for UpdateProfileOutput