Enum aws_sdk_cloudfront::error::CreateDistributionErrorKind[][src]

#[non_exhaustive]
pub enum CreateDistributionErrorKind {
Show 60 variants AccessDenied(AccessDenied), CnameAlreadyExists(CnameAlreadyExists), DistributionAlreadyExists(DistributionAlreadyExists), IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior(IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior), InconsistentQuantities(InconsistentQuantities), InvalidArgument(InvalidArgument), InvalidDefaultRootObject(InvalidDefaultRootObject), InvalidErrorCode(InvalidErrorCode), InvalidForwardCookies(InvalidForwardCookies), InvalidFunctionAssociation(InvalidFunctionAssociation), InvalidGeoRestrictionParameter(InvalidGeoRestrictionParameter), InvalidHeadersForS3Origin(InvalidHeadersForS3Origin), InvalidLambdaFunctionAssociation(InvalidLambdaFunctionAssociation), InvalidLocationCode(InvalidLocationCode), InvalidMinimumProtocolVersion(InvalidMinimumProtocolVersion), InvalidOrigin(InvalidOrigin), InvalidOriginAccessIdentity(InvalidOriginAccessIdentity), InvalidOriginKeepaliveTimeout(InvalidOriginKeepaliveTimeout), InvalidOriginReadTimeout(InvalidOriginReadTimeout), InvalidProtocolSettings(InvalidProtocolSettings), InvalidQueryStringParameters(InvalidQueryStringParameters), InvalidRelativePath(InvalidRelativePath), InvalidRequiredProtocol(InvalidRequiredProtocol), InvalidResponseCode(InvalidResponseCode), InvalidTtlOrder(InvalidTtlOrder), InvalidViewerCertificate(InvalidViewerCertificate), InvalidWebAclId(InvalidWebAclId), MissingBody(MissingBody), NoSuchCachePolicy(NoSuchCachePolicy), NoSuchFieldLevelEncryptionConfig(NoSuchFieldLevelEncryptionConfig), NoSuchOrigin(NoSuchOrigin), NoSuchOriginRequestPolicy(NoSuchOriginRequestPolicy), NoSuchRealtimeLogConfig(NoSuchRealtimeLogConfig), NoSuchResponseHeadersPolicy(NoSuchResponseHeadersPolicy), RealtimeLogConfigOwnerMismatch(RealtimeLogConfigOwnerMismatch), TooManyCacheBehaviors(TooManyCacheBehaviors), TooManyCertificates(TooManyCertificates), TooManyCookieNamesInWhiteList(TooManyCookieNamesInWhiteList), TooManyDistributionCnamEs(TooManyDistributionCnamEs), TooManyDistributions(TooManyDistributions), 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 CreateDistribution operation.

Variants (Non-exhaustive)

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.

AccessDenied(AccessDenied)

Tuple Fields

Access denied.

CnameAlreadyExists(CnameAlreadyExists)

Tuple Fields

The CNAME specified is already defined for CloudFront.

DistributionAlreadyExists(DistributionAlreadyExists)

The caller reference you attempted to create the distribution with is associated with another distribution.

IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior(IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior)

The specified configuration for field-level encryption can't be associated with the specified cache behavior.

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)

A CloudFront function association is invalid.

InvalidGeoRestrictionParameter(InvalidGeoRestrictionParameter)

The specified geo restriction parameter is not valid.

InvalidHeadersForS3Origin(InvalidHeadersForS3Origin)

The headers specified are not valid for an Amazon S3 origin.

InvalidLambdaFunctionAssociation(InvalidLambdaFunctionAssociation)

The specified Lambda@Edge function association is invalid.

InvalidLocationCode(InvalidLocationCode)

Tuple Fields

The location code specified is not valid.

InvalidMinimumProtocolVersion(InvalidMinimumProtocolVersion)

The minimum protocol version specified is not valid.

InvalidOrigin(InvalidOrigin)

Tuple Fields

The Amazon S3 origin server specified does not refer to a valid Amazon S3 bucket.

InvalidOriginAccessIdentity(InvalidOriginAccessIdentity)

The origin access identity is not valid or doesn't exist.

InvalidOriginKeepaliveTimeout(InvalidOriginKeepaliveTimeout)

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.

InvalidProtocolSettings(InvalidProtocolSettings)

Tuple Fields

You cannot specify SSLv3 as the minimum protocol version if you only want to support only clients that support Server Name Indication (SNI).

InvalidQueryStringParameters(InvalidQueryStringParameters)

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

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.

NoSuchFieldLevelEncryptionConfig(NoSuchFieldLevelEncryptionConfig)

The specified configuration for field-level encryption doesn't exist.

NoSuchOrigin(NoSuchOrigin)

Tuple Fields

No origin exists with the specified Origin Id.

NoSuchOriginRequestPolicy(NoSuchOriginRequestPolicy)

The origin request policy does not exist.

NoSuchRealtimeLogConfig(NoSuchRealtimeLogConfig)

Tuple Fields

The real-time log configuration does not exist.

NoSuchResponseHeadersPolicy(NoSuchResponseHeadersPolicy)

The response headers policy does not exist.

RealtimeLogConfigOwnerMismatch(RealtimeLogConfigOwnerMismatch)

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)

Your request contains more cookie names in the whitelist than are allowed per cache behavior.

TooManyDistributionCnamEs(TooManyDistributionCnamEs)

Your request contains more CNAMEs than are allowed per distribution.

TooManyDistributions(TooManyDistributions)

Tuple Fields

Processing your request would cause you to exceed the maximum number of distributions allowed.

TooManyDistributionsAssociatedToCachePolicy(TooManyDistributionsAssociatedToCachePolicy)

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)

The maximum number of distributions have been associated with the specified configuration for field-level encryption.

TooManyDistributionsAssociatedToKeyGroup(TooManyDistributionsAssociatedToKeyGroup)

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)

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)

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)

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)

Processing your request would cause the maximum number of distributions with Lambda@Edge function associations per owner to be exceeded.

TooManyDistributionsWithSingleFunctionArn(TooManyDistributionsWithSingleFunctionArn)

The maximum number of distributions have been associated with the specified Lambda@Edge function.

TooManyFunctionAssociations(TooManyFunctionAssociations)

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)

Your request contains too many headers in forwarded values.

TooManyKeyGroupsAssociatedToDistribution(TooManyKeyGroupsAssociatedToDistribution)

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)

Your request contains more Lambda@Edge function associations than are allowed per distribution.

TooManyOriginCustomHeaders(TooManyOriginCustomHeaders)

Your request contains too many origin custom headers.

TooManyOriginGroupsPerDistribution(TooManyOriginGroupsPerDistribution)

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)

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)

The specified key group does not exist.

TrustedSignerDoesNotExist(TrustedSignerDoesNotExist)

One or more of your trusted signers don't exist.

Unhandled(Box<dyn Error + Send + Sync + 'static>)

Tuple Fields

0: Box<dyn Error + Send + Sync + 'static>

An unexpected error, e.g. invalid JSON returned by the service or an unknown error code

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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