Enum aws_sdk_cloudfront::error::UpdateDistributionErrorKind [−][src]
#[non_exhaustive]
pub enum UpdateDistributionErrorKind {
Show 60 variants
AccessDenied(AccessDenied),
CnameAlreadyExists(CnameAlreadyExists),
IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior(IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior),
IllegalUpdate(IllegalUpdate),
InconsistentQuantities(InconsistentQuantities),
InvalidArgument(InvalidArgument),
InvalidDefaultRootObject(InvalidDefaultRootObject),
InvalidErrorCode(InvalidErrorCode),
InvalidForwardCookies(InvalidForwardCookies),
InvalidFunctionAssociation(InvalidFunctionAssociation),
InvalidGeoRestrictionParameter(InvalidGeoRestrictionParameter),
InvalidHeadersForS3Origin(InvalidHeadersForS3Origin),
InvalidIfMatchVersion(InvalidIfMatchVersion),
InvalidLambdaFunctionAssociation(InvalidLambdaFunctionAssociation),
InvalidLocationCode(InvalidLocationCode),
InvalidMinimumProtocolVersion(InvalidMinimumProtocolVersion),
InvalidOriginAccessIdentity(InvalidOriginAccessIdentity),
InvalidOriginKeepaliveTimeout(InvalidOriginKeepaliveTimeout),
InvalidOriginReadTimeout(InvalidOriginReadTimeout),
InvalidQueryStringParameters(InvalidQueryStringParameters),
InvalidRelativePath(InvalidRelativePath),
InvalidRequiredProtocol(InvalidRequiredProtocol),
InvalidResponseCode(InvalidResponseCode),
InvalidTtlOrder(InvalidTtlOrder),
InvalidViewerCertificate(InvalidViewerCertificate),
InvalidWebAclId(InvalidWebAclId),
MissingBody(MissingBody),
NoSuchCachePolicy(NoSuchCachePolicy),
NoSuchDistribution(NoSuchDistribution),
NoSuchFieldLevelEncryptionConfig(NoSuchFieldLevelEncryptionConfig),
NoSuchOrigin(NoSuchOrigin),
NoSuchOriginRequestPolicy(NoSuchOriginRequestPolicy),
NoSuchRealtimeLogConfig(NoSuchRealtimeLogConfig),
NoSuchResponseHeadersPolicy(NoSuchResponseHeadersPolicy),
PreconditionFailed(PreconditionFailed),
RealtimeLogConfigOwnerMismatch(RealtimeLogConfigOwnerMismatch),
TooManyCacheBehaviors(TooManyCacheBehaviors),
TooManyCertificates(TooManyCertificates),
TooManyCookieNamesInWhiteList(TooManyCookieNamesInWhiteList),
TooManyDistributionCnamEs(TooManyDistributionCnamEs),
TooManyDistributionsAssociatedToCachePolicy(TooManyDistributionsAssociatedToCachePolicy),
TooManyDistributionsAssociatedToFieldLevelEncryptionConfig(TooManyDistributionsAssociatedToFieldLevelEncryptionConfig),
TooManyDistributionsAssociatedToKeyGroup(TooManyDistributionsAssociatedToKeyGroup),
TooManyDistributionsAssociatedToOriginRequestPolicy(TooManyDistributionsAssociatedToOriginRequestPolicy),
TooManyDistributionsAssociatedToResponseHeadersPolicy(TooManyDistributionsAssociatedToResponseHeadersPolicy),
TooManyDistributionsWithFunctionAssociations(TooManyDistributionsWithFunctionAssociations),
TooManyDistributionsWithLambdaAssociations(TooManyDistributionsWithLambdaAssociations),
TooManyDistributionsWithSingleFunctionArn(TooManyDistributionsWithSingleFunctionArn),
TooManyFunctionAssociations(TooManyFunctionAssociations),
TooManyHeadersInForwardedValues(TooManyHeadersInForwardedValues),
TooManyKeyGroupsAssociatedToDistribution(TooManyKeyGroupsAssociatedToDistribution),
TooManyLambdaFunctionAssociations(TooManyLambdaFunctionAssociations),
TooManyOriginCustomHeaders(TooManyOriginCustomHeaders),
TooManyOriginGroupsPerDistribution(TooManyOriginGroupsPerDistribution),
TooManyOrigins(TooManyOrigins),
TooManyQueryStringParameters(TooManyQueryStringParameters),
TooManyTrustedSigners(TooManyTrustedSigners),
TrustedKeyGroupDoesNotExist(TrustedKeyGroupDoesNotExist),
TrustedSignerDoesNotExist(TrustedSignerDoesNotExist),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description
Types of errors that can occur for the UpdateDistribution
operation.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
AccessDenied(AccessDenied)
Tuple Fields
0: AccessDenied
Access denied.
CnameAlreadyExists(CnameAlreadyExists)
Tuple Fields
The CNAME specified is already defined for CloudFront.
IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior(IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior)
The specified configuration for field-level encryption can't be associated with the specified cache behavior.
IllegalUpdate(IllegalUpdate)
Tuple Fields
The update contains modifications that are not allowed.
InconsistentQuantities(InconsistentQuantities)
Tuple Fields
The value of Quantity
and the size of Items
don't match.
InvalidArgument(InvalidArgument)
Tuple Fields
An argument is invalid.
InvalidDefaultRootObject(InvalidDefaultRootObject)
Tuple Fields
The default root object file name is too big or contains an invalid character.
InvalidErrorCode(InvalidErrorCode)
Tuple Fields
An invalid error code was specified.
InvalidForwardCookies(InvalidForwardCookies)
Tuple Fields
Your request contains forward cookies option which doesn't match with the expectation for the whitelisted
list of cookie names. Either list of cookie names has been specified when not allowed or list of cookie names is missing when expected.
InvalidFunctionAssociation(InvalidFunctionAssociation)
Tuple Fields
A CloudFront function association is invalid.
InvalidGeoRestrictionParameter(InvalidGeoRestrictionParameter)
Tuple Fields
The specified geo restriction parameter is not valid.
InvalidHeadersForS3Origin(InvalidHeadersForS3Origin)
Tuple Fields
The headers specified are not valid for an Amazon S3 origin.
InvalidIfMatchVersion(InvalidIfMatchVersion)
Tuple Fields
The If-Match
version is missing or not valid.
InvalidLambdaFunctionAssociation(InvalidLambdaFunctionAssociation)
Tuple Fields
The specified Lambda@Edge function association is invalid.
InvalidLocationCode(InvalidLocationCode)
Tuple Fields
The location code specified is not valid.
InvalidMinimumProtocolVersion(InvalidMinimumProtocolVersion)
Tuple Fields
The minimum protocol version specified is not valid.
InvalidOriginAccessIdentity(InvalidOriginAccessIdentity)
Tuple Fields
The origin access identity is not valid or doesn't exist.
InvalidOriginKeepaliveTimeout(InvalidOriginKeepaliveTimeout)
Tuple Fields
The keep alive timeout specified for the origin is not valid.
InvalidOriginReadTimeout(InvalidOriginReadTimeout)
Tuple Fields
The read timeout specified for the origin is not valid.
InvalidQueryStringParameters(InvalidQueryStringParameters)
Tuple Fields
The query string parameters specified are not valid.
InvalidRelativePath(InvalidRelativePath)
Tuple Fields
The relative path is too big, is not URL-encoded, or does not begin with a slash (/).
InvalidRequiredProtocol(InvalidRequiredProtocol)
Tuple Fields
This operation requires the HTTPS protocol. Ensure that you specify the HTTPS protocol in your request, or omit the
RequiredProtocols
element from your distribution configuration.
InvalidResponseCode(InvalidResponseCode)
Tuple Fields
A response code is not valid.
InvalidTtlOrder(InvalidTtlOrder)
Tuple Fields
The TTL order specified is not valid.
InvalidViewerCertificate(InvalidViewerCertificate)
Tuple Fields
A viewer certificate specified is not valid.
InvalidWebAclId(InvalidWebAclId)
Tuple Fields
A web ACL ID specified is not valid. To specify a web ACL created using the latest
version of WAF, use the ACL ARN, for example
arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a
.
To specify a web ACL created using WAF Classic, use the ACL ID, for example
473e64fd-f30b-4765-81a0-62ad96dd167a
.
MissingBody(MissingBody)
Tuple Fields
0: MissingBody
This operation requires a body. Ensure that the body is present and the Content-Type
header is set.
NoSuchCachePolicy(NoSuchCachePolicy)
Tuple Fields
The cache policy does not exist.
NoSuchDistribution(NoSuchDistribution)
Tuple Fields
The specified distribution does not exist.
NoSuchFieldLevelEncryptionConfig(NoSuchFieldLevelEncryptionConfig)
Tuple Fields
The specified configuration for field-level encryption doesn't exist.
NoSuchOrigin(NoSuchOrigin)
Tuple Fields
0: NoSuchOrigin
No origin exists with the specified Origin Id
.
NoSuchOriginRequestPolicy(NoSuchOriginRequestPolicy)
Tuple Fields
The origin request policy does not exist.
NoSuchRealtimeLogConfig(NoSuchRealtimeLogConfig)
Tuple Fields
The real-time log configuration does not exist.
NoSuchResponseHeadersPolicy(NoSuchResponseHeadersPolicy)
Tuple Fields
The response headers policy does not exist.
PreconditionFailed(PreconditionFailed)
Tuple Fields
The precondition in one or more of the request fields evaluated to
false
.
RealtimeLogConfigOwnerMismatch(RealtimeLogConfigOwnerMismatch)
Tuple Fields
The specified real-time log configuration belongs to a different Amazon Web Services account.
TooManyCacheBehaviors(TooManyCacheBehaviors)
Tuple Fields
You cannot create more cache behaviors for the distribution.
TooManyCertificates(TooManyCertificates)
Tuple Fields
You cannot create anymore custom SSL/TLS certificates.
TooManyCookieNamesInWhiteList(TooManyCookieNamesInWhiteList)
Tuple Fields
Your request contains more cookie names in the whitelist than are allowed per cache behavior.
TooManyDistributionCnamEs(TooManyDistributionCnamEs)
Tuple Fields
Your request contains more CNAMEs than are allowed per distribution.
TooManyDistributionsAssociatedToCachePolicy(TooManyDistributionsAssociatedToCachePolicy)
Tuple Fields
The maximum number of distributions have been associated with the specified cache policy. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.
TooManyDistributionsAssociatedToFieldLevelEncryptionConfig(TooManyDistributionsAssociatedToFieldLevelEncryptionConfig)
Tuple Fields
The maximum number of distributions have been associated with the specified configuration for field-level encryption.
TooManyDistributionsAssociatedToKeyGroup(TooManyDistributionsAssociatedToKeyGroup)
Tuple Fields
The number of distributions that reference this key group is more than the maximum allowed. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.
TooManyDistributionsAssociatedToOriginRequestPolicy(TooManyDistributionsAssociatedToOriginRequestPolicy)
Tuple Fields
The maximum number of distributions have been associated with the specified origin request policy. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.
TooManyDistributionsAssociatedToResponseHeadersPolicy(TooManyDistributionsAssociatedToResponseHeadersPolicy)
Tuple Fields
The maximum number of distributions have been associated with the specified response headers policy.
For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.
TooManyDistributionsWithFunctionAssociations(TooManyDistributionsWithFunctionAssociations)
Tuple Fields
You have reached the maximum number of distributions that are associated with a CloudFront function. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.
TooManyDistributionsWithLambdaAssociations(TooManyDistributionsWithLambdaAssociations)
Tuple Fields
Processing your request would cause the maximum number of distributions with Lambda@Edge function associations per owner to be exceeded.
TooManyDistributionsWithSingleFunctionArn(TooManyDistributionsWithSingleFunctionArn)
Tuple Fields
The maximum number of distributions have been associated with the specified Lambda@Edge function.
TooManyFunctionAssociations(TooManyFunctionAssociations)
Tuple Fields
You have reached the maximum number of CloudFront function associations for this distribution. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.
TooManyHeadersInForwardedValues(TooManyHeadersInForwardedValues)
Tuple Fields
Your request contains too many headers in forwarded values.
TooManyKeyGroupsAssociatedToDistribution(TooManyKeyGroupsAssociatedToDistribution)
Tuple Fields
The number of key groups referenced by this distribution is more than the maximum allowed. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.
TooManyLambdaFunctionAssociations(TooManyLambdaFunctionAssociations)
Tuple Fields
Your request contains more Lambda@Edge function associations than are allowed per distribution.
TooManyOriginCustomHeaders(TooManyOriginCustomHeaders)
Tuple Fields
Your request contains too many origin custom headers.
TooManyOriginGroupsPerDistribution(TooManyOriginGroupsPerDistribution)
Tuple Fields
Processing your request would cause you to exceed the maximum number of origin groups allowed.
TooManyOrigins(TooManyOrigins)
Tuple Fields
You cannot create more origins for the distribution.
TooManyQueryStringParameters(TooManyQueryStringParameters)
Tuple Fields
Your request contains too many query string parameters.
TooManyTrustedSigners(TooManyTrustedSigners)
Tuple Fields
Your request contains more trusted signers than are allowed per distribution.
TrustedKeyGroupDoesNotExist(TrustedKeyGroupDoesNotExist)
Tuple Fields
The specified key group does not exist.
TrustedSignerDoesNotExist(TrustedSignerDoesNotExist)
Tuple Fields
One or more of your trusted signers don't exist.
Unhandled(Box<dyn Error + Send + Sync + 'static>)
An unexpected error, e.g. invalid JSON returned by the service or an unknown error code
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for UpdateDistributionErrorKind
impl Send for UpdateDistributionErrorKind
impl Sync for UpdateDistributionErrorKind
impl Unpin for UpdateDistributionErrorKind
impl !UnwindSafe for UpdateDistributionErrorKind
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more