Trait aws_sdk_vpclattice::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 BatchUpdateRuleError

source§

impl RequestId for CreateAccessLogSubscriptionError

source§

impl RequestId for CreateListenerError

source§

impl RequestId for CreateRuleError

source§

impl RequestId for CreateServiceError

source§

impl RequestId for CreateServiceNetworkError

source§

impl RequestId for CreateServiceNetworkServiceAssociationError

source§

impl RequestId for CreateServiceNetworkVpcAssociationError

source§

impl RequestId for CreateTargetGroupError

source§

impl RequestId for DeleteAccessLogSubscriptionError

source§

impl RequestId for DeleteAuthPolicyError

source§

impl RequestId for DeleteListenerError

source§

impl RequestId for DeleteResourcePolicyError

source§

impl RequestId for DeleteRuleError

source§

impl RequestId for DeleteServiceError

source§

impl RequestId for DeleteServiceNetworkError

source§

impl RequestId for DeleteServiceNetworkServiceAssociationError

source§

impl RequestId for DeleteServiceNetworkVpcAssociationError

source§

impl RequestId for DeleteTargetGroupError

source§

impl RequestId for DeregisterTargetsError

source§

impl RequestId for GetAccessLogSubscriptionError

source§

impl RequestId for GetAuthPolicyError

source§

impl RequestId for GetListenerError

source§

impl RequestId for GetResourcePolicyError

source§

impl RequestId for GetRuleError

source§

impl RequestId for GetServiceError

source§

impl RequestId for GetServiceNetworkError

source§

impl RequestId for GetServiceNetworkServiceAssociationError

source§

impl RequestId for GetServiceNetworkVpcAssociationError

source§

impl RequestId for GetTargetGroupError

source§

impl RequestId for ListAccessLogSubscriptionsError

source§

impl RequestId for ListListenersError

source§

impl RequestId for ListRulesError

source§

impl RequestId for ListServiceNetworkServiceAssociationsError

source§

impl RequestId for ListServiceNetworkVpcAssociationsError

source§

impl RequestId for ListServiceNetworksError

source§

impl RequestId for ListServicesError

source§

impl RequestId for ListTagsForResourceError

source§

impl RequestId for ListTargetGroupsError

source§

impl RequestId for ListTargetsError

source§

impl RequestId for PutAuthPolicyError

source§

impl RequestId for PutResourcePolicyError

source§

impl RequestId for RegisterTargetsError

source§

impl RequestId for TagResourceError

source§

impl RequestId for UntagResourceError

source§

impl RequestId for UpdateAccessLogSubscriptionError

source§

impl RequestId for UpdateListenerError

source§

impl RequestId for UpdateRuleError

source§

impl RequestId for UpdateServiceError

source§

impl RequestId for UpdateServiceNetworkError

source§

impl RequestId for UpdateServiceNetworkVpcAssociationError

source§

impl RequestId for UpdateTargetGroupError

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 ServiceQuotaExceededException

source§

impl RequestId for ThrottlingException

source§

impl RequestId for ValidationException

source§

impl RequestId for BatchUpdateRuleOutput

source§

impl RequestId for CreateAccessLogSubscriptionOutput

source§

impl RequestId for CreateListenerOutput

source§

impl RequestId for CreateRuleOutput

source§

impl RequestId for CreateServiceOutput

source§

impl RequestId for CreateServiceNetworkOutput

source§

impl RequestId for CreateServiceNetworkServiceAssociationOutput

source§

impl RequestId for CreateServiceNetworkVpcAssociationOutput

source§

impl RequestId for CreateTargetGroupOutput

source§

impl RequestId for DeleteAccessLogSubscriptionOutput

source§

impl RequestId for DeleteAuthPolicyOutput

source§

impl RequestId for DeleteListenerOutput

source§

impl RequestId for DeleteResourcePolicyOutput

source§

impl RequestId for DeleteRuleOutput

source§

impl RequestId for DeleteServiceOutput

source§

impl RequestId for DeleteServiceNetworkOutput

source§

impl RequestId for DeleteServiceNetworkServiceAssociationOutput

source§

impl RequestId for DeleteServiceNetworkVpcAssociationOutput

source§

impl RequestId for DeleteTargetGroupOutput

source§

impl RequestId for DeregisterTargetsOutput

source§

impl RequestId for GetAccessLogSubscriptionOutput

source§

impl RequestId for GetAuthPolicyOutput

source§

impl RequestId for GetListenerOutput

source§

impl RequestId for GetResourcePolicyOutput

source§

impl RequestId for GetRuleOutput

source§

impl RequestId for GetServiceOutput

source§

impl RequestId for GetServiceNetworkOutput

source§

impl RequestId for GetServiceNetworkServiceAssociationOutput

source§

impl RequestId for GetServiceNetworkVpcAssociationOutput

source§

impl RequestId for GetTargetGroupOutput

source§

impl RequestId for ListAccessLogSubscriptionsOutput

source§

impl RequestId for ListListenersOutput

source§

impl RequestId for ListRulesOutput

source§

impl RequestId for ListServiceNetworkServiceAssociationsOutput

source§

impl RequestId for ListServiceNetworkVpcAssociationsOutput

source§

impl RequestId for ListServiceNetworksOutput

source§

impl RequestId for ListServicesOutput

source§

impl RequestId for ListTagsForResourceOutput

source§

impl RequestId for ListTargetGroupsOutput

source§

impl RequestId for ListTargetsOutput

source§

impl RequestId for PutAuthPolicyOutput

source§

impl RequestId for PutResourcePolicyOutput

source§

impl RequestId for RegisterTargetsOutput

source§

impl RequestId for TagResourceOutput

source§

impl RequestId for UntagResourceOutput

source§

impl RequestId for UpdateAccessLogSubscriptionOutput

source§

impl RequestId for UpdateListenerOutput

source§

impl RequestId for UpdateRuleOutput

source§

impl RequestId for UpdateServiceOutput

source§

impl RequestId for UpdateServiceNetworkOutput

source§

impl RequestId for UpdateServiceNetworkVpcAssociationOutput

source§

impl RequestId for UpdateTargetGroupOutput