Enum aws_sdk_route53::Error
source · [−]#[non_exhaustive]
pub enum Error {
Show 64 variants
ConcurrentModification(ConcurrentModification),
ConflictingDomainExists(ConflictingDomainExists),
ConflictingTypes(ConflictingTypes),
DnssecNotFound(DnssecNotFound),
DelegationSetAlreadyCreated(DelegationSetAlreadyCreated),
DelegationSetAlreadyReusable(DelegationSetAlreadyReusable),
DelegationSetInUse(DelegationSetInUse),
DelegationSetNotAvailable(DelegationSetNotAvailable),
DelegationSetNotReusable(DelegationSetNotReusable),
HealthCheckAlreadyExists(HealthCheckAlreadyExists),
HealthCheckInUse(HealthCheckInUse),
HealthCheckVersionMismatch(HealthCheckVersionMismatch),
HostedZoneAlreadyExists(HostedZoneAlreadyExists),
HostedZoneNotEmpty(HostedZoneNotEmpty),
HostedZoneNotFound(HostedZoneNotFound),
HostedZoneNotPrivate(HostedZoneNotPrivate),
HostedZonePartiallyDelegated(HostedZonePartiallyDelegated),
IncompatibleVersion(IncompatibleVersion),
InsufficientCloudWatchLogsResourcePolicy(InsufficientCloudWatchLogsResourcePolicy),
InvalidArgument(InvalidArgument),
InvalidChangeBatch(InvalidChangeBatch),
InvalidDomainName(InvalidDomainName),
InvalidInput(InvalidInput),
InvalidKmsArn(InvalidKmsArn),
InvalidKeySigningKeyName(InvalidKeySigningKeyName),
InvalidKeySigningKeyStatus(InvalidKeySigningKeyStatus),
InvalidPaginationToken(InvalidPaginationToken),
InvalidSigningStatus(InvalidSigningStatus),
InvalidTrafficPolicyDocument(InvalidTrafficPolicyDocument),
InvalidVpcId(InvalidVpcId),
KeySigningKeyAlreadyExists(KeySigningKeyAlreadyExists),
KeySigningKeyInParentDsRecord(KeySigningKeyInParentDsRecord),
KeySigningKeyInUse(KeySigningKeyInUse),
KeySigningKeyWithActiveStatusNotFound(KeySigningKeyWithActiveStatusNotFound),
LastVpcAssociation(LastVpcAssociation),
LimitsExceeded(LimitsExceeded),
NoSuchChange(NoSuchChange),
NoSuchCloudWatchLogsLogGroup(NoSuchCloudWatchLogsLogGroup),
NoSuchDelegationSet(NoSuchDelegationSet),
NoSuchGeoLocation(NoSuchGeoLocation),
NoSuchHealthCheck(NoSuchHealthCheck),
NoSuchHostedZone(NoSuchHostedZone),
NoSuchKeySigningKey(NoSuchKeySigningKey),
NoSuchQueryLoggingConfig(NoSuchQueryLoggingConfig),
NoSuchTrafficPolicy(NoSuchTrafficPolicy),
NoSuchTrafficPolicyInstance(NoSuchTrafficPolicyInstance),
NotAuthorizedException(NotAuthorizedException),
PriorRequestNotComplete(PriorRequestNotComplete),
PublicZoneVpcAssociation(PublicZoneVpcAssociation),
QueryLoggingConfigAlreadyExists(QueryLoggingConfigAlreadyExists),
ThrottlingException(ThrottlingException),
TooManyHealthChecks(TooManyHealthChecks),
TooManyHostedZones(TooManyHostedZones),
TooManyKeySigningKeys(TooManyKeySigningKeys),
TooManyTrafficPolicies(TooManyTrafficPolicies),
TooManyTrafficPolicyInstances(TooManyTrafficPolicyInstances),
TooManyTrafficPolicyVersionsForCurrentPolicy(TooManyTrafficPolicyVersionsForCurrentPolicy),
TooManyVpcAssociationAuthorizations(TooManyVpcAssociationAuthorizations),
TrafficPolicyAlreadyExists(TrafficPolicyAlreadyExists),
TrafficPolicyInUse(TrafficPolicyInUse),
TrafficPolicyInstanceAlreadyExists(TrafficPolicyInstanceAlreadyExists),
VpcAssociationAuthorizationNotFound(VpcAssociationAuthorizationNotFound),
VpcAssociationNotFound(VpcAssociationNotFound),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}Expand description
All possible error types for this service.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
ConcurrentModification(ConcurrentModification)
Another user submitted a request to create, update, or delete the object at the same time that you did. Retry the request.
ConflictingDomainExists(ConflictingDomainExists)
The cause of this error depends on the operation that you're performing:
-
Create a public hosted zone: Two hosted zones that have the same name or that have a parent/child relationship (example.com and test.example.com) can't have any common name servers. You tried to create a hosted zone that has the same name as an existing hosted zone or that's the parent or child of an existing hosted zone, and you specified a delegation set that shares one or more name servers with the existing hosted zone. For more information, see CreateReusableDelegationSet.
-
Create a private hosted zone: A hosted zone with the specified name already exists and is already associated with the Amazon VPC that you specified.
-
Associate VPCs with a private hosted zone: The VPC that you specified is already associated with another hosted zone that has the same name.
ConflictingTypes(ConflictingTypes)
You tried to update a traffic policy instance by using a traffic policy version that has a different DNS type than the current type for the instance. You specified the type in the JSON document in the CreateTrafficPolicy or CreateTrafficPolicyVersionrequest.
DnssecNotFound(DnssecNotFound)
The hosted zone doesn't have any DNSSEC resources.
DelegationSetAlreadyCreated(DelegationSetAlreadyCreated)
A delegation set with the same owner and caller reference combination has already been created.
DelegationSetAlreadyReusable(DelegationSetAlreadyReusable)
The specified delegation set has already been marked as reusable.
DelegationSetInUse(DelegationSetInUse)
The specified delegation contains associated hosted zones which must be deleted before the reusable delegation set can be deleted.
DelegationSetNotAvailable(DelegationSetNotAvailable)
You can create a hosted zone that has the same name as an existing hosted zone (example.com is common), but there is a limit to the number of hosted zones that have the same name. If you get this error, Amazon Route 53 has reached that limit. If you own the domain name and Route 53 generates this error, contact Customer Support.
DelegationSetNotReusable(DelegationSetNotReusable)
A reusable delegation set with the specified ID does not exist.
HealthCheckAlreadyExists(HealthCheckAlreadyExists)
The health check you're attempting to create already exists. Amazon Route 53 returns this error when you submit a request that has the following values:
-
The same value for
CallerReferenceas an existing health check, and one or more values that differ from the existing health check that has the same caller reference. -
The same value for
CallerReferenceas a health check that you created and later deleted, regardless of the other settings in the request.
HealthCheckInUse(HealthCheckInUse)
This error code is not in use.
HealthCheckVersionMismatch(HealthCheckVersionMismatch)
The value of HealthCheckVersion in the request doesn't match the value of HealthCheckVersion in the health check.
HostedZoneAlreadyExists(HostedZoneAlreadyExists)
The hosted zone you're trying to create already exists. Amazon Route 53 returns this error when a hosted zone has already been created with the specified CallerReference.
HostedZoneNotEmpty(HostedZoneNotEmpty)
The hosted zone contains resource records that are not SOA or NS records.
HostedZoneNotFound(HostedZoneNotFound)
The specified HostedZone can't be found.
HostedZoneNotPrivate(HostedZoneNotPrivate)
The specified hosted zone is a public hosted zone, not a private hosted zone.
HostedZonePartiallyDelegated(HostedZonePartiallyDelegated)
The hosted zone nameservers don't match the parent nameservers. The hosted zone and parent must have the same nameservers.
IncompatibleVersion(IncompatibleVersion)
The resource you're trying to access is unsupported on this Amazon Route 53 endpoint.
InsufficientCloudWatchLogsResourcePolicy(InsufficientCloudWatchLogsResourcePolicy)
Amazon Route 53 doesn't have the permissions required to create log streams and send query logs to log streams. Possible causes include the following:
-
There is no resource policy that specifies the log group ARN in the value for
Resource. -
The resource policy that includes the log group ARN in the value for
Resourcedoesn't have the necessary permissions. -
The resource policy hasn't finished propagating yet.
-
The Key management service (KMS) key you specified doesn’t exist or it can’t be used with the log group associated with query log. Update or provide a resource policy to grant permissions for the KMS key.
InvalidArgument(InvalidArgument)
Parameter name is not valid.
InvalidChangeBatch(InvalidChangeBatch)
This exception contains a list of messages that might contain one or more error messages. Each error message indicates one error in the change batch.
InvalidDomainName(InvalidDomainName)
The specified domain name is not valid.
InvalidInput(InvalidInput)
The input is not valid.
InvalidKmsArn(InvalidKmsArn)
The KeyManagementServiceArn that you specified isn't valid to use with DNSSEC signing.
InvalidKeySigningKeyName(InvalidKeySigningKeyName)
The key-signing key (KSK) name that you specified isn't a valid name.
InvalidKeySigningKeyStatus(InvalidKeySigningKeyStatus)
The key-signing key (KSK) status isn't valid or another KSK has the status INTERNAL_FAILURE.
InvalidPaginationToken(InvalidPaginationToken)
The value that you specified to get the second or subsequent page of results is invalid.
InvalidSigningStatus(InvalidSigningStatus)
Your hosted zone status isn't valid for this operation. In the hosted zone, change the status to enable DNSSEC or disable DNSSEC.
InvalidTrafficPolicyDocument(InvalidTrafficPolicyDocument)
The format of the traffic policy document that you specified in the Document element is not valid.
InvalidVpcId(InvalidVpcId)
The VPC ID that you specified either isn't a valid ID or the current account is not authorized to access this VPC.
KeySigningKeyAlreadyExists(KeySigningKeyAlreadyExists)
You've already created a key-signing key (KSK) with this name or with the same customer managed key ARN.
KeySigningKeyInParentDsRecord(KeySigningKeyInParentDsRecord)
The key-signing key (KSK) is specified in a parent DS record.
KeySigningKeyInUse(KeySigningKeyInUse)
The key-signing key (KSK) that you specified can't be deactivated because it's the only KSK for a currently-enabled DNSSEC. Disable DNSSEC signing, or add or enable another KSK.
KeySigningKeyWithActiveStatusNotFound(KeySigningKeyWithActiveStatusNotFound)
A key-signing key (KSK) with ACTIVE status wasn't found.
LastVpcAssociation(LastVpcAssociation)
The VPC that you're trying to disassociate from the private hosted zone is the last VPC that is associated with the hosted zone. Amazon Route 53 doesn't support disassociating the last VPC from a hosted zone.
LimitsExceeded(LimitsExceeded)
This operation can't be completed either because the current account has reached the limit on reusable delegation sets that it can create or because you've reached the limit on the number of Amazon VPCs that you can associate with a private hosted zone. To get the current limit on the number of reusable delegation sets, see GetAccountLimit. To get the current limit on the number of Amazon VPCs that you can associate with a private hosted zone, see GetHostedZoneLimit. To request a higher limit, create a case with the Amazon Web Services Support Center.
NoSuchChange(NoSuchChange)
A change with the specified change ID does not exist.
NoSuchCloudWatchLogsLogGroup(NoSuchCloudWatchLogsLogGroup)
There is no CloudWatch Logs log group with the specified ARN.
NoSuchDelegationSet(NoSuchDelegationSet)
A reusable delegation set with the specified ID does not exist.
NoSuchGeoLocation(NoSuchGeoLocation)
Amazon Route 53 doesn't support the specified geographic location. For a list of supported geolocation codes, see the GeoLocation data type.
NoSuchHealthCheck(NoSuchHealthCheck)
No health check exists with the specified ID.
NoSuchHostedZone(NoSuchHostedZone)
No hosted zone exists with the ID that you specified.
NoSuchKeySigningKey(NoSuchKeySigningKey)
The specified key-signing key (KSK) doesn't exist.
NoSuchQueryLoggingConfig(NoSuchQueryLoggingConfig)
There is no DNS query logging configuration with the specified ID.
NoSuchTrafficPolicy(NoSuchTrafficPolicy)
No traffic policy exists with the specified ID.
NoSuchTrafficPolicyInstance(NoSuchTrafficPolicyInstance)
No traffic policy instance exists with the specified ID.
NotAuthorizedException(NotAuthorizedException)
Associating the specified VPC with the specified hosted zone has not been authorized.
PriorRequestNotComplete(PriorRequestNotComplete)
If Amazon Route 53 can't process a request before the next request arrives, it will reject subsequent requests for the same hosted zone and return an HTTP 400 error (Bad request). If Route 53 returns this error repeatedly for the same request, we recommend that you wait, in intervals of increasing duration, before you try the request again.
PublicZoneVpcAssociation(PublicZoneVpcAssociation)
You're trying to associate a VPC with a public hosted zone. Amazon Route 53 doesn't support associating a VPC with a public hosted zone.
QueryLoggingConfigAlreadyExists(QueryLoggingConfigAlreadyExists)
You can create only one query logging configuration for a hosted zone, and a query logging configuration already exists for this hosted zone.
ThrottlingException(ThrottlingException)
The limit on the number of requests per second was exceeded.
TooManyHealthChecks(TooManyHealthChecks)
This health check can't be created because the current account has reached the limit on the number of active health checks.
For information about default limits, see Limits in the Amazon Route 53 Developer Guide.
For information about how to get the current limit for an account, see GetAccountLimit. To request a higher limit, create a case with the Amazon Web Services Support Center.
You have reached the maximum number of active health checks for an Amazon Web Services account. To request a higher limit, create a case with the Amazon Web Services Support Center.
TooManyHostedZones(TooManyHostedZones)
This operation can't be completed either because the current account has reached the limit on the number of hosted zones or because you've reached the limit on the number of hosted zones that can be associated with a reusable delegation set.
For information about default limits, see Limits in the Amazon Route 53 Developer Guide.
To get the current limit on hosted zones that can be created by an account, see GetAccountLimit.
To get the current limit on hosted zones that can be associated with a reusable delegation set, see GetReusableDelegationSetLimit.
To request a higher limit, create a case with the Amazon Web Services Support Center.
TooManyKeySigningKeys(TooManyKeySigningKeys)
You've reached the limit for the number of key-signing keys (KSKs). Remove at least one KSK, and then try again.
TooManyTrafficPolicies(TooManyTrafficPolicies)
This traffic policy can't be created because the current account has reached the limit on the number of traffic policies.
For information about default limits, see Limits in the Amazon Route 53 Developer Guide.
To get the current limit for an account, see GetAccountLimit.
To request a higher limit, create a case with the Amazon Web Services Support Center.
TooManyTrafficPolicyInstances(TooManyTrafficPolicyInstances)
This traffic policy instance can't be created because the current account has reached the limit on the number of traffic policy instances.
For information about default limits, see Limits in the Amazon Route 53 Developer Guide.
For information about how to get the current limit for an account, see GetAccountLimit.
To request a higher limit, create a case with the Amazon Web Services Support Center.
TooManyTrafficPolicyVersionsForCurrentPolicy(TooManyTrafficPolicyVersionsForCurrentPolicy)
This traffic policy version can't be created because you've reached the limit of 1000 on the number of versions that you can create for the current traffic policy.
To create more traffic policy versions, you can use GetTrafficPolicy to get the traffic policy document for a specified traffic policy version, and then use CreateTrafficPolicy to create a new traffic policy using the traffic policy document.
TooManyVpcAssociationAuthorizations(TooManyVpcAssociationAuthorizations)
You've created the maximum number of authorizations that can be created for the specified hosted zone. To authorize another VPC to be associated with the hosted zone, submit a DeleteVPCAssociationAuthorization request to remove an existing authorization. To get a list of existing authorizations, submit a ListVPCAssociationAuthorizations request.
TrafficPolicyAlreadyExists(TrafficPolicyAlreadyExists)
A traffic policy that has the same value for Name already exists.
TrafficPolicyInUse(TrafficPolicyInUse)
One or more traffic policy instances were created by using the specified traffic policy.
TrafficPolicyInstanceAlreadyExists(TrafficPolicyInstanceAlreadyExists)
There is already a traffic policy instance with the specified ID.
VpcAssociationAuthorizationNotFound(VpcAssociationAuthorizationNotFound)
The VPC that you specified is not authorized to be associated with the hosted zone.
VpcAssociationNotFound(VpcAssociationNotFound)
The specified VPC and hosted zone are not currently associated.
Unhandled(Box<dyn Error + Send + Sync + 'static>)
An unhandled error occurred.
Trait Implementations
sourceimpl Error for Error
impl Error for Error
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
sourcefn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
backtrace)Returns a stack backtrace, if available, of where this error occurred. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
use the Display impl or to_string()
sourceimpl<R> From<SdkError<ActivateKeySigningKeyError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ActivateKeySigningKeyError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ActivateKeySigningKeyError, R>) -> Self
fn from(err: SdkError<ActivateKeySigningKeyError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<AssociateVPCWithHostedZoneError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AssociateVPCWithHostedZoneError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<AssociateVPCWithHostedZoneError, R>) -> Self
fn from(err: SdkError<AssociateVPCWithHostedZoneError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ChangeResourceRecordSetsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ChangeResourceRecordSetsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ChangeResourceRecordSetsError, R>) -> Self
fn from(err: SdkError<ChangeResourceRecordSetsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ChangeTagsForResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ChangeTagsForResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ChangeTagsForResourceError, R>) -> Self
fn from(err: SdkError<ChangeTagsForResourceError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateHealthCheckError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateHealthCheckError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateHealthCheckError, R>) -> Self
fn from(err: SdkError<CreateHealthCheckError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateHostedZoneError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateHostedZoneError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateHostedZoneError, R>) -> Self
fn from(err: SdkError<CreateHostedZoneError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateKeySigningKeyError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateKeySigningKeyError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateKeySigningKeyError, R>) -> Self
fn from(err: SdkError<CreateKeySigningKeyError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateQueryLoggingConfigError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateQueryLoggingConfigError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateQueryLoggingConfigError, R>) -> Self
fn from(err: SdkError<CreateQueryLoggingConfigError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateReusableDelegationSetError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateReusableDelegationSetError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateReusableDelegationSetError, R>) -> Self
fn from(err: SdkError<CreateReusableDelegationSetError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateTrafficPolicyError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateTrafficPolicyError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateTrafficPolicyError, R>) -> Self
fn from(err: SdkError<CreateTrafficPolicyError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateTrafficPolicyInstanceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateTrafficPolicyInstanceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateTrafficPolicyInstanceError, R>) -> Self
fn from(err: SdkError<CreateTrafficPolicyInstanceError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateTrafficPolicyVersionError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateTrafficPolicyVersionError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateTrafficPolicyVersionError, R>) -> Self
fn from(err: SdkError<CreateTrafficPolicyVersionError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateVPCAssociationAuthorizationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateVPCAssociationAuthorizationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateVPCAssociationAuthorizationError, R>) -> Self
fn from(err: SdkError<CreateVPCAssociationAuthorizationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeactivateKeySigningKeyError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeactivateKeySigningKeyError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeactivateKeySigningKeyError, R>) -> Self
fn from(err: SdkError<DeactivateKeySigningKeyError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteHealthCheckError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteHealthCheckError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteHealthCheckError, R>) -> Self
fn from(err: SdkError<DeleteHealthCheckError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteHostedZoneError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteHostedZoneError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteHostedZoneError, R>) -> Self
fn from(err: SdkError<DeleteHostedZoneError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteKeySigningKeyError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteKeySigningKeyError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteKeySigningKeyError, R>) -> Self
fn from(err: SdkError<DeleteKeySigningKeyError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteQueryLoggingConfigError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteQueryLoggingConfigError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteQueryLoggingConfigError, R>) -> Self
fn from(err: SdkError<DeleteQueryLoggingConfigError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteReusableDelegationSetError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteReusableDelegationSetError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteReusableDelegationSetError, R>) -> Self
fn from(err: SdkError<DeleteReusableDelegationSetError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteTrafficPolicyError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteTrafficPolicyError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteTrafficPolicyError, R>) -> Self
fn from(err: SdkError<DeleteTrafficPolicyError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteTrafficPolicyInstanceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteTrafficPolicyInstanceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteTrafficPolicyInstanceError, R>) -> Self
fn from(err: SdkError<DeleteTrafficPolicyInstanceError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteVPCAssociationAuthorizationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteVPCAssociationAuthorizationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteVPCAssociationAuthorizationError, R>) -> Self
fn from(err: SdkError<DeleteVPCAssociationAuthorizationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DisableHostedZoneDNSSECError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisableHostedZoneDNSSECError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DisableHostedZoneDNSSECError, R>) -> Self
fn from(err: SdkError<DisableHostedZoneDNSSECError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DisassociateVPCFromHostedZoneError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisassociateVPCFromHostedZoneError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DisassociateVPCFromHostedZoneError, R>) -> Self
fn from(err: SdkError<DisassociateVPCFromHostedZoneError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<EnableHostedZoneDNSSECError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<EnableHostedZoneDNSSECError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<EnableHostedZoneDNSSECError, R>) -> Self
fn from(err: SdkError<EnableHostedZoneDNSSECError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetAccountLimitError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetAccountLimitError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetAccountLimitError, R>) -> Self
fn from(err: SdkError<GetAccountLimitError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetChangeError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetChangeError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetChangeError, R>) -> Self
fn from(err: SdkError<GetChangeError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetCheckerIpRangesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetCheckerIpRangesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetCheckerIpRangesError, R>) -> Self
fn from(err: SdkError<GetCheckerIpRangesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetDNSSECError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetDNSSECError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetDNSSECError, R>) -> Self
fn from(err: SdkError<GetDNSSECError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetGeoLocationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetGeoLocationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetGeoLocationError, R>) -> Self
fn from(err: SdkError<GetGeoLocationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetHealthCheckCountError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetHealthCheckCountError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetHealthCheckCountError, R>) -> Self
fn from(err: SdkError<GetHealthCheckCountError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetHealthCheckError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetHealthCheckError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetHealthCheckError, R>) -> Self
fn from(err: SdkError<GetHealthCheckError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetHealthCheckLastFailureReasonError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetHealthCheckLastFailureReasonError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetHealthCheckLastFailureReasonError, R>) -> Self
fn from(err: SdkError<GetHealthCheckLastFailureReasonError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetHealthCheckStatusError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetHealthCheckStatusError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetHealthCheckStatusError, R>) -> Self
fn from(err: SdkError<GetHealthCheckStatusError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetHostedZoneCountError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetHostedZoneCountError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetHostedZoneCountError, R>) -> Self
fn from(err: SdkError<GetHostedZoneCountError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetHostedZoneError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetHostedZoneError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetHostedZoneError, R>) -> Self
fn from(err: SdkError<GetHostedZoneError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetHostedZoneLimitError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetHostedZoneLimitError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetHostedZoneLimitError, R>) -> Self
fn from(err: SdkError<GetHostedZoneLimitError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetQueryLoggingConfigError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetQueryLoggingConfigError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetQueryLoggingConfigError, R>) -> Self
fn from(err: SdkError<GetQueryLoggingConfigError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetReusableDelegationSetError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetReusableDelegationSetError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetReusableDelegationSetError, R>) -> Self
fn from(err: SdkError<GetReusableDelegationSetError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetReusableDelegationSetLimitError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetReusableDelegationSetLimitError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetReusableDelegationSetLimitError, R>) -> Self
fn from(err: SdkError<GetReusableDelegationSetLimitError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetTrafficPolicyError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetTrafficPolicyError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetTrafficPolicyError, R>) -> Self
fn from(err: SdkError<GetTrafficPolicyError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetTrafficPolicyInstanceCountError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetTrafficPolicyInstanceCountError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetTrafficPolicyInstanceCountError, R>) -> Self
fn from(err: SdkError<GetTrafficPolicyInstanceCountError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetTrafficPolicyInstanceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetTrafficPolicyInstanceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetTrafficPolicyInstanceError, R>) -> Self
fn from(err: SdkError<GetTrafficPolicyInstanceError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListGeoLocationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListGeoLocationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListGeoLocationsError, R>) -> Self
fn from(err: SdkError<ListGeoLocationsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListHealthChecksError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListHealthChecksError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListHealthChecksError, R>) -> Self
fn from(err: SdkError<ListHealthChecksError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListHostedZonesByNameError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListHostedZonesByNameError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListHostedZonesByNameError, R>) -> Self
fn from(err: SdkError<ListHostedZonesByNameError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListHostedZonesByVPCError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListHostedZonesByVPCError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListHostedZonesByVPCError, R>) -> Self
fn from(err: SdkError<ListHostedZonesByVPCError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListHostedZonesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListHostedZonesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListHostedZonesError, R>) -> Self
fn from(err: SdkError<ListHostedZonesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListQueryLoggingConfigsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListQueryLoggingConfigsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListQueryLoggingConfigsError, R>) -> Self
fn from(err: SdkError<ListQueryLoggingConfigsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListResourceRecordSetsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListResourceRecordSetsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListResourceRecordSetsError, R>) -> Self
fn from(err: SdkError<ListResourceRecordSetsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListReusableDelegationSetsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListReusableDelegationSetsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListReusableDelegationSetsError, R>) -> Self
fn from(err: SdkError<ListReusableDelegationSetsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListTagsForResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListTagsForResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListTagsForResourceError, R>) -> Self
fn from(err: SdkError<ListTagsForResourceError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListTagsForResourcesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListTagsForResourcesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListTagsForResourcesError, R>) -> Self
fn from(err: SdkError<ListTagsForResourcesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListTrafficPoliciesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListTrafficPoliciesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListTrafficPoliciesError, R>) -> Self
fn from(err: SdkError<ListTrafficPoliciesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListTrafficPolicyInstancesByHostedZoneError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListTrafficPolicyInstancesByHostedZoneError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListTrafficPolicyInstancesByHostedZoneError, R>) -> Self
fn from(err: SdkError<ListTrafficPolicyInstancesByHostedZoneError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListTrafficPolicyInstancesByPolicyError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListTrafficPolicyInstancesByPolicyError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListTrafficPolicyInstancesByPolicyError, R>) -> Self
fn from(err: SdkError<ListTrafficPolicyInstancesByPolicyError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListTrafficPolicyInstancesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListTrafficPolicyInstancesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListTrafficPolicyInstancesError, R>) -> Self
fn from(err: SdkError<ListTrafficPolicyInstancesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListTrafficPolicyVersionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListTrafficPolicyVersionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListTrafficPolicyVersionsError, R>) -> Self
fn from(err: SdkError<ListTrafficPolicyVersionsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListVPCAssociationAuthorizationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListVPCAssociationAuthorizationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListVPCAssociationAuthorizationsError, R>) -> Self
fn from(err: SdkError<ListVPCAssociationAuthorizationsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<TestDNSAnswerError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<TestDNSAnswerError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<TestDNSAnswerError, R>) -> Self
fn from(err: SdkError<TestDNSAnswerError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<UpdateHealthCheckError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateHealthCheckError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateHealthCheckError, R>) -> Self
fn from(err: SdkError<UpdateHealthCheckError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<UpdateHostedZoneCommentError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateHostedZoneCommentError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateHostedZoneCommentError, R>) -> Self
fn from(err: SdkError<UpdateHostedZoneCommentError, R>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl Send for Error
impl Sync for Error
impl Unpin for Error
impl !UnwindSafe for Error
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more