RequestId

Trait 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 AddCustomRoutingEndpointsError

Source§

impl RequestId for AddEndpointsError

Source§

impl RequestId for AdvertiseByoipCidrError

Source§

impl RequestId for AllowCustomRoutingTrafficError

Source§

impl RequestId for CreateAcceleratorError

Source§

impl RequestId for CreateCrossAccountAttachmentError

Source§

impl RequestId for CreateCustomRoutingAcceleratorError

Source§

impl RequestId for CreateCustomRoutingEndpointGroupError

Source§

impl RequestId for CreateCustomRoutingListenerError

Source§

impl RequestId for CreateEndpointGroupError

Source§

impl RequestId for CreateListenerError

Source§

impl RequestId for DeleteAcceleratorError

Source§

impl RequestId for DeleteCrossAccountAttachmentError

Source§

impl RequestId for DeleteCustomRoutingAcceleratorError

Source§

impl RequestId for DeleteCustomRoutingEndpointGroupError

Source§

impl RequestId for DeleteCustomRoutingListenerError

Source§

impl RequestId for DeleteEndpointGroupError

Source§

impl RequestId for DeleteListenerError

Source§

impl RequestId for DenyCustomRoutingTrafficError

Source§

impl RequestId for DeprovisionByoipCidrError

Source§

impl RequestId for DescribeAcceleratorError

Source§

impl RequestId for DescribeAcceleratorAttributesError

Source§

impl RequestId for DescribeCrossAccountAttachmentError

Source§

impl RequestId for DescribeCustomRoutingAcceleratorError

Source§

impl RequestId for DescribeCustomRoutingAcceleratorAttributesError

Source§

impl RequestId for DescribeCustomRoutingEndpointGroupError

Source§

impl RequestId for DescribeCustomRoutingListenerError

Source§

impl RequestId for DescribeEndpointGroupError

Source§

impl RequestId for DescribeListenerError

Source§

impl RequestId for ListAcceleratorsError

Source§

impl RequestId for ListByoipCidrsError

Source§

impl RequestId for ListCrossAccountAttachmentsError

Source§

impl RequestId for ListCrossAccountResourceAccountsError

Source§

impl RequestId for ListCrossAccountResourcesError

Source§

impl RequestId for ListCustomRoutingAcceleratorsError

Source§

impl RequestId for ListCustomRoutingEndpointGroupsError

Source§

impl RequestId for ListCustomRoutingListenersError

Source§

impl RequestId for ListCustomRoutingPortMappingsError

Source§

impl RequestId for ListCustomRoutingPortMappingsByDestinationError

Source§

impl RequestId for ListEndpointGroupsError

Source§

impl RequestId for ListListenersError

Source§

impl RequestId for ListTagsForResourceError

Source§

impl RequestId for ProvisionByoipCidrError

Source§

impl RequestId for RemoveCustomRoutingEndpointsError

Source§

impl RequestId for RemoveEndpointsError

Source§

impl RequestId for TagResourceError

Source§

impl RequestId for UntagResourceError

Source§

impl RequestId for UpdateAcceleratorError

Source§

impl RequestId for UpdateAcceleratorAttributesError

Source§

impl RequestId for UpdateCrossAccountAttachmentError

Source§

impl RequestId for UpdateCustomRoutingAcceleratorError

Source§

impl RequestId for UpdateCustomRoutingAcceleratorAttributesError

Source§

impl RequestId for UpdateCustomRoutingListenerError

Source§

impl RequestId for UpdateEndpointGroupError

Source§

impl RequestId for UpdateListenerError

Source§

impl RequestId for WithdrawByoipCidrError

Source§

impl RequestId for ErrorMetadata

Source§

impl RequestId for AcceleratorNotDisabledException

Source§

impl RequestId for AcceleratorNotFoundException

Source§

impl RequestId for AccessDeniedException

Source§

impl RequestId for AssociatedEndpointGroupFoundException

Source§

impl RequestId for AssociatedListenerFoundException

Source§

impl RequestId for AttachmentNotFoundException

Source§

impl RequestId for ByoipCidrNotFoundException

Source§

impl RequestId for ConflictException

Source§

impl RequestId for EndpointAlreadyExistsException

Source§

impl RequestId for EndpointGroupAlreadyExistsException

Source§

impl RequestId for EndpointGroupNotFoundException

Source§

impl RequestId for EndpointNotFoundException

Source§

impl RequestId for IncorrectCidrStateException

Source§

impl RequestId for InternalServiceErrorException

Source§

impl RequestId for InvalidArgumentException

Source§

impl RequestId for InvalidNextTokenException

Source§

impl RequestId for InvalidPortRangeException

Source§

impl RequestId for LimitExceededException

Source§

impl RequestId for ListenerNotFoundException

Source§

impl RequestId for TransactionInProgressException

Source§

impl RequestId for AddCustomRoutingEndpointsOutput

Source§

impl RequestId for AddEndpointsOutput

Source§

impl RequestId for AdvertiseByoipCidrOutput

Source§

impl RequestId for AllowCustomRoutingTrafficOutput

Source§

impl RequestId for CreateAcceleratorOutput

Source§

impl RequestId for CreateCrossAccountAttachmentOutput

Source§

impl RequestId for CreateCustomRoutingAcceleratorOutput

Source§

impl RequestId for CreateCustomRoutingEndpointGroupOutput

Source§

impl RequestId for CreateCustomRoutingListenerOutput

Source§

impl RequestId for CreateEndpointGroupOutput

Source§

impl RequestId for CreateListenerOutput

Source§

impl RequestId for DeleteAcceleratorOutput

Source§

impl RequestId for DeleteCrossAccountAttachmentOutput

Source§

impl RequestId for DeleteCustomRoutingAcceleratorOutput

Source§

impl RequestId for DeleteCustomRoutingEndpointGroupOutput

Source§

impl RequestId for DeleteCustomRoutingListenerOutput

Source§

impl RequestId for DeleteEndpointGroupOutput

Source§

impl RequestId for DeleteListenerOutput

Source§

impl RequestId for DenyCustomRoutingTrafficOutput

Source§

impl RequestId for DeprovisionByoipCidrOutput

Source§

impl RequestId for DescribeAcceleratorOutput

Source§

impl RequestId for DescribeAcceleratorAttributesOutput

Source§

impl RequestId for DescribeCrossAccountAttachmentOutput

Source§

impl RequestId for DescribeCustomRoutingAcceleratorOutput

Source§

impl RequestId for DescribeCustomRoutingAcceleratorAttributesOutput

Source§

impl RequestId for DescribeCustomRoutingEndpointGroupOutput

Source§

impl RequestId for DescribeCustomRoutingListenerOutput

Source§

impl RequestId for DescribeEndpointGroupOutput

Source§

impl RequestId for DescribeListenerOutput

Source§

impl RequestId for ListAcceleratorsOutput

Source§

impl RequestId for ListByoipCidrsOutput

Source§

impl RequestId for ListCrossAccountAttachmentsOutput

Source§

impl RequestId for ListCrossAccountResourceAccountsOutput

Source§

impl RequestId for ListCrossAccountResourcesOutput

Source§

impl RequestId for ListCustomRoutingAcceleratorsOutput

Source§

impl RequestId for ListCustomRoutingEndpointGroupsOutput

Source§

impl RequestId for ListCustomRoutingListenersOutput

Source§

impl RequestId for ListCustomRoutingPortMappingsOutput

Source§

impl RequestId for ListCustomRoutingPortMappingsByDestinationOutput

Source§

impl RequestId for ListEndpointGroupsOutput

Source§

impl RequestId for ListListenersOutput

Source§

impl RequestId for ListTagsForResourceOutput

Source§

impl RequestId for ProvisionByoipCidrOutput

Source§

impl RequestId for RemoveCustomRoutingEndpointsOutput

Source§

impl RequestId for RemoveEndpointsOutput

Source§

impl RequestId for TagResourceOutput

Source§

impl RequestId for UntagResourceOutput

Source§

impl RequestId for UpdateAcceleratorOutput

Source§

impl RequestId for UpdateAcceleratorAttributesOutput

Source§

impl RequestId for UpdateCrossAccountAttachmentOutput

Source§

impl RequestId for UpdateCustomRoutingAcceleratorOutput

Source§

impl RequestId for UpdateCustomRoutingAcceleratorAttributesOutput

Source§

impl RequestId for UpdateCustomRoutingListenerOutput

Source§

impl RequestId for UpdateEndpointGroupOutput

Source§

impl RequestId for UpdateListenerOutput

Source§

impl RequestId for WithdrawByoipCidrOutput