Trait aws_sdk_route53::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 ActivateKeySigningKeyError

source§

impl RequestId for AssociateVPCWithHostedZoneError

source§

impl RequestId for ChangeCidrCollectionError

source§

impl RequestId for ChangeResourceRecordSetsError

source§

impl RequestId for ChangeTagsForResourceError

source§

impl RequestId for CreateCidrCollectionError

source§

impl RequestId for CreateHealthCheckError

source§

impl RequestId for CreateHostedZoneError

source§

impl RequestId for CreateKeySigningKeyError

source§

impl RequestId for CreateQueryLoggingConfigError

source§

impl RequestId for CreateReusableDelegationSetError

source§

impl RequestId for CreateTrafficPolicyError

source§

impl RequestId for CreateTrafficPolicyInstanceError

source§

impl RequestId for CreateTrafficPolicyVersionError

source§

impl RequestId for CreateVPCAssociationAuthorizationError

source§

impl RequestId for DeactivateKeySigningKeyError

source§

impl RequestId for DeleteCidrCollectionError

source§

impl RequestId for DeleteHealthCheckError

source§

impl RequestId for DeleteHostedZoneError

source§

impl RequestId for DeleteKeySigningKeyError

source§

impl RequestId for DeleteQueryLoggingConfigError

source§

impl RequestId for DeleteReusableDelegationSetError

source§

impl RequestId for DeleteTrafficPolicyError

source§

impl RequestId for DeleteTrafficPolicyInstanceError

source§

impl RequestId for DeleteVPCAssociationAuthorizationError

source§

impl RequestId for DisableHostedZoneDNSSECError

source§

impl RequestId for DisassociateVPCFromHostedZoneError

source§

impl RequestId for EnableHostedZoneDNSSECError

source§

impl RequestId for GetAccountLimitError

source§

impl RequestId for GetChangeError

source§

impl RequestId for GetCheckerIpRangesError

source§

impl RequestId for GetDNSSECError

source§

impl RequestId for GetGeoLocationError

source§

impl RequestId for GetHealthCheckError

source§

impl RequestId for GetHealthCheckCountError

source§

impl RequestId for GetHealthCheckLastFailureReasonError

source§

impl RequestId for GetHealthCheckStatusError

source§

impl RequestId for GetHostedZoneError

source§

impl RequestId for GetHostedZoneCountError

source§

impl RequestId for GetHostedZoneLimitError

source§

impl RequestId for GetQueryLoggingConfigError

source§

impl RequestId for GetReusableDelegationSetError

source§

impl RequestId for GetReusableDelegationSetLimitError

source§

impl RequestId for GetTrafficPolicyError

source§

impl RequestId for GetTrafficPolicyInstanceError

source§

impl RequestId for GetTrafficPolicyInstanceCountError

source§

impl RequestId for ListCidrBlocksError

source§

impl RequestId for ListCidrCollectionsError

source§

impl RequestId for ListCidrLocationsError

source§

impl RequestId for ListGeoLocationsError

source§

impl RequestId for ListHealthChecksError

source§

impl RequestId for ListHostedZonesError

source§

impl RequestId for ListHostedZonesByNameError

source§

impl RequestId for ListHostedZonesByVPCError

source§

impl RequestId for ListQueryLoggingConfigsError

source§

impl RequestId for ListResourceRecordSetsError

source§

impl RequestId for ListReusableDelegationSetsError

source§

impl RequestId for ListTagsForResourceError

source§

impl RequestId for ListTagsForResourcesError

source§

impl RequestId for ListTrafficPoliciesError

source§

impl RequestId for ListTrafficPolicyInstancesError

source§

impl RequestId for ListTrafficPolicyInstancesByHostedZoneError

source§

impl RequestId for ListTrafficPolicyInstancesByPolicyError

source§

impl RequestId for ListTrafficPolicyVersionsError

source§

impl RequestId for ListVPCAssociationAuthorizationsError

source§

impl RequestId for TestDNSAnswerError

source§

impl RequestId for UpdateHealthCheckError

source§

impl RequestId for UpdateHostedZoneCommentError

source§

impl RequestId for UpdateTrafficPolicyCommentError

source§

impl RequestId for UpdateTrafficPolicyInstanceError

source§

impl RequestId for ErrorMetadata

source§

impl RequestId for CidrBlockInUseException

source§

impl RequestId for CidrCollectionAlreadyExistsException

source§

impl RequestId for CidrCollectionInUseException

source§

impl RequestId for CidrCollectionVersionMismatchException

source§

impl RequestId for ConcurrentModification

source§

impl RequestId for ConflictingDomainExists

source§

impl RequestId for ConflictingTypes

source§

impl RequestId for DelegationSetAlreadyCreated

source§

impl RequestId for DelegationSetAlreadyReusable

source§

impl RequestId for DelegationSetInUse

source§

impl RequestId for DelegationSetNotAvailable

source§

impl RequestId for DelegationSetNotReusable

source§

impl RequestId for DnssecNotFound

source§

impl RequestId for HealthCheckAlreadyExists

source§

impl RequestId for HealthCheckInUse

source§

impl RequestId for HealthCheckVersionMismatch

source§

impl RequestId for HostedZoneAlreadyExists

source§

impl RequestId for HostedZoneNotEmpty

source§

impl RequestId for HostedZoneNotFound

source§

impl RequestId for HostedZoneNotPrivate

source§

impl RequestId for HostedZonePartiallyDelegated

source§

impl RequestId for IncompatibleVersion

source§

impl RequestId for InsufficientCloudWatchLogsResourcePolicy

source§

impl RequestId for InvalidArgument

source§

impl RequestId for InvalidChangeBatch

source§

impl RequestId for InvalidDomainName

source§

impl RequestId for InvalidInput

source§

impl RequestId for InvalidKeySigningKeyName

source§

impl RequestId for InvalidKeySigningKeyStatus

source§

impl RequestId for InvalidKmsArn

source§

impl RequestId for InvalidPaginationToken

source§

impl RequestId for InvalidSigningStatus

source§

impl RequestId for InvalidTrafficPolicyDocument

source§

impl RequestId for InvalidVpcId

source§

impl RequestId for KeySigningKeyAlreadyExists

source§

impl RequestId for KeySigningKeyInParentDsRecord

source§

impl RequestId for KeySigningKeyInUse

source§

impl RequestId for KeySigningKeyWithActiveStatusNotFound

source§

impl RequestId for LastVpcAssociation

source§

impl RequestId for LimitsExceeded

source§

impl RequestId for NoSuchChange

source§

impl RequestId for NoSuchCidrCollectionException

source§

impl RequestId for NoSuchCidrLocationException

source§

impl RequestId for NoSuchCloudWatchLogsLogGroup

source§

impl RequestId for NoSuchDelegationSet

source§

impl RequestId for NoSuchGeoLocation

source§

impl RequestId for NoSuchHealthCheck

source§

impl RequestId for NoSuchHostedZone

source§

impl RequestId for NoSuchKeySigningKey

source§

impl RequestId for NoSuchQueryLoggingConfig

source§

impl RequestId for NoSuchTrafficPolicy

source§

impl RequestId for NoSuchTrafficPolicyInstance

source§

impl RequestId for NotAuthorizedException

source§

impl RequestId for PriorRequestNotComplete

source§

impl RequestId for PublicZoneVpcAssociation

source§

impl RequestId for QueryLoggingConfigAlreadyExists

source§

impl RequestId for ThrottlingException

source§

impl RequestId for TooManyHealthChecks

source§

impl RequestId for TooManyHostedZones

source§

impl RequestId for TooManyKeySigningKeys

source§

impl RequestId for TooManyTrafficPolicies

source§

impl RequestId for TooManyTrafficPolicyInstances

source§

impl RequestId for TooManyTrafficPolicyVersionsForCurrentPolicy

source§

impl RequestId for TooManyVpcAssociationAuthorizations

source§

impl RequestId for TrafficPolicyAlreadyExists

source§

impl RequestId for TrafficPolicyInUse

source§

impl RequestId for TrafficPolicyInstanceAlreadyExists

source§

impl RequestId for VpcAssociationAuthorizationNotFound

source§

impl RequestId for VpcAssociationNotFound

source§

impl RequestId for ActivateKeySigningKeyOutput

source§

impl RequestId for AssociateVpcWithHostedZoneOutput

source§

impl RequestId for ChangeCidrCollectionOutput

source§

impl RequestId for ChangeResourceRecordSetsOutput

source§

impl RequestId for ChangeTagsForResourceOutput

source§

impl RequestId for CreateCidrCollectionOutput

source§

impl RequestId for CreateHealthCheckOutput

source§

impl RequestId for CreateHostedZoneOutput

source§

impl RequestId for CreateKeySigningKeyOutput

source§

impl RequestId for CreateQueryLoggingConfigOutput

source§

impl RequestId for CreateReusableDelegationSetOutput

source§

impl RequestId for CreateTrafficPolicyOutput

source§

impl RequestId for CreateTrafficPolicyInstanceOutput

source§

impl RequestId for CreateTrafficPolicyVersionOutput

source§

impl RequestId for CreateVpcAssociationAuthorizationOutput

source§

impl RequestId for DeactivateKeySigningKeyOutput

source§

impl RequestId for DeleteCidrCollectionOutput

source§

impl RequestId for DeleteHealthCheckOutput

source§

impl RequestId for DeleteHostedZoneOutput

source§

impl RequestId for DeleteKeySigningKeyOutput

source§

impl RequestId for DeleteQueryLoggingConfigOutput

source§

impl RequestId for DeleteReusableDelegationSetOutput

source§

impl RequestId for DeleteTrafficPolicyOutput

source§

impl RequestId for DeleteTrafficPolicyInstanceOutput

source§

impl RequestId for DeleteVpcAssociationAuthorizationOutput

source§

impl RequestId for DisableHostedZoneDnssecOutput

source§

impl RequestId for DisassociateVpcFromHostedZoneOutput

source§

impl RequestId for EnableHostedZoneDnssecOutput

source§

impl RequestId for GetAccountLimitOutput

source§

impl RequestId for GetChangeOutput

source§

impl RequestId for GetCheckerIpRangesOutput

source§

impl RequestId for GetDnssecOutput

source§

impl RequestId for GetGeoLocationOutput

source§

impl RequestId for GetHealthCheckOutput

source§

impl RequestId for GetHealthCheckCountOutput

source§

impl RequestId for GetHealthCheckLastFailureReasonOutput

source§

impl RequestId for GetHealthCheckStatusOutput

source§

impl RequestId for GetHostedZoneOutput

source§

impl RequestId for GetHostedZoneCountOutput

source§

impl RequestId for GetHostedZoneLimitOutput

source§

impl RequestId for GetQueryLoggingConfigOutput

source§

impl RequestId for GetReusableDelegationSetOutput

source§

impl RequestId for GetReusableDelegationSetLimitOutput

source§

impl RequestId for GetTrafficPolicyOutput

source§

impl RequestId for GetTrafficPolicyInstanceOutput

source§

impl RequestId for GetTrafficPolicyInstanceCountOutput

source§

impl RequestId for ListCidrBlocksOutput

source§

impl RequestId for ListCidrCollectionsOutput

source§

impl RequestId for ListCidrLocationsOutput

source§

impl RequestId for ListGeoLocationsOutput

source§

impl RequestId for ListHealthChecksOutput

source§

impl RequestId for ListHostedZonesOutput

source§

impl RequestId for ListHostedZonesByNameOutput

source§

impl RequestId for ListHostedZonesByVpcOutput

source§

impl RequestId for ListQueryLoggingConfigsOutput

source§

impl RequestId for ListResourceRecordSetsOutput

source§

impl RequestId for ListReusableDelegationSetsOutput

source§

impl RequestId for ListTagsForResourceOutput

source§

impl RequestId for ListTagsForResourcesOutput

source§

impl RequestId for ListTrafficPoliciesOutput

source§

impl RequestId for ListTrafficPolicyInstancesOutput

source§

impl RequestId for ListTrafficPolicyInstancesByHostedZoneOutput

source§

impl RequestId for ListTrafficPolicyInstancesByPolicyOutput

source§

impl RequestId for ListTrafficPolicyVersionsOutput

source§

impl RequestId for ListVpcAssociationAuthorizationsOutput

source§

impl RequestId for TestDnsAnswerOutput

source§

impl RequestId for UpdateHealthCheckOutput

source§

impl RequestId for UpdateHostedZoneCommentOutput

source§

impl RequestId for UpdateTrafficPolicyCommentOutput

source§

impl RequestId for UpdateTrafficPolicyInstanceOutput