1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945
|
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
package cloudfront
const (
// ErrCodeAccessDenied for service response error code
// "AccessDenied".
//
// Access denied.
ErrCodeAccessDenied = "AccessDenied"
// ErrCodeBatchTooLarge for service response error code
// "BatchTooLarge".
//
// Invalidation batch specified is too large.
ErrCodeBatchTooLarge = "BatchTooLarge"
// ErrCodeCNAMEAlreadyExists for service response error code
// "CNAMEAlreadyExists".
//
// The CNAME specified is already defined for CloudFront.
ErrCodeCNAMEAlreadyExists = "CNAMEAlreadyExists"
// ErrCodeCachePolicyAlreadyExists for service response error code
// "CachePolicyAlreadyExists".
//
// A cache policy with this name already exists. You must provide a unique name.
// To modify an existing cache policy, use UpdateCachePolicy.
ErrCodeCachePolicyAlreadyExists = "CachePolicyAlreadyExists"
// ErrCodeCachePolicyInUse for service response error code
// "CachePolicyInUse".
//
// Cannot delete the cache policy because it is attached to one or more cache
// behaviors.
ErrCodeCachePolicyInUse = "CachePolicyInUse"
// ErrCodeCannotChangeImmutablePublicKeyFields for service response error code
// "CannotChangeImmutablePublicKeyFields".
//
// You can't change the value of a public key.
ErrCodeCannotChangeImmutablePublicKeyFields = "CannotChangeImmutablePublicKeyFields"
// ErrCodeDistributionAlreadyExists for service response error code
// "DistributionAlreadyExists".
//
// The caller reference you attempted to create the distribution with is associated
// with another distribution.
ErrCodeDistributionAlreadyExists = "DistributionAlreadyExists"
// ErrCodeDistributionNotDisabled for service response error code
// "DistributionNotDisabled".
//
// The specified CloudFront distribution is not disabled. You must disable the
// distribution before you can delete it.
ErrCodeDistributionNotDisabled = "DistributionNotDisabled"
// ErrCodeFieldLevelEncryptionConfigAlreadyExists for service response error code
// "FieldLevelEncryptionConfigAlreadyExists".
//
// The specified configuration for field-level encryption already exists.
ErrCodeFieldLevelEncryptionConfigAlreadyExists = "FieldLevelEncryptionConfigAlreadyExists"
// ErrCodeFieldLevelEncryptionConfigInUse for service response error code
// "FieldLevelEncryptionConfigInUse".
//
// The specified configuration for field-level encryption is in use.
ErrCodeFieldLevelEncryptionConfigInUse = "FieldLevelEncryptionConfigInUse"
// ErrCodeFieldLevelEncryptionProfileAlreadyExists for service response error code
// "FieldLevelEncryptionProfileAlreadyExists".
//
// The specified profile for field-level encryption already exists.
ErrCodeFieldLevelEncryptionProfileAlreadyExists = "FieldLevelEncryptionProfileAlreadyExists"
// ErrCodeFieldLevelEncryptionProfileInUse for service response error code
// "FieldLevelEncryptionProfileInUse".
//
// The specified profile for field-level encryption is in use.
ErrCodeFieldLevelEncryptionProfileInUse = "FieldLevelEncryptionProfileInUse"
// ErrCodeFieldLevelEncryptionProfileSizeExceeded for service response error code
// "FieldLevelEncryptionProfileSizeExceeded".
//
// The maximum size of a profile for field-level encryption was exceeded.
ErrCodeFieldLevelEncryptionProfileSizeExceeded = "FieldLevelEncryptionProfileSizeExceeded"
// ErrCodeFunctionAlreadyExists for service response error code
// "FunctionAlreadyExists".
//
// A function with the same name already exists in this Amazon Web Services
// account. To create a function, you must provide a unique name. To update
// an existing function, use UpdateFunction.
ErrCodeFunctionAlreadyExists = "FunctionAlreadyExists"
// ErrCodeFunctionInUse for service response error code
// "FunctionInUse".
//
// Cannot delete the function because it’s attached to one or more cache behaviors.
ErrCodeFunctionInUse = "FunctionInUse"
// ErrCodeFunctionSizeLimitExceeded for service response error code
// "FunctionSizeLimitExceeded".
//
// The function is too large. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html)
// (formerly known as limits) in the Amazon CloudFront Developer Guide.
ErrCodeFunctionSizeLimitExceeded = "FunctionSizeLimitExceeded"
// ErrCodeIllegalDelete for service response error code
// "IllegalDelete".
//
// You cannot delete a managed policy.
ErrCodeIllegalDelete = "IllegalDelete"
// ErrCodeIllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior for service response error code
// "IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior".
//
// The specified configuration for field-level encryption can't be associated
// with the specified cache behavior.
ErrCodeIllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior = "IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior"
// ErrCodeIllegalOriginAccessConfiguration for service response error code
// "IllegalOriginAccessConfiguration".
//
// An origin cannot contain both an origin access control (OAC) and an origin
// access identity (OAI).
ErrCodeIllegalOriginAccessConfiguration = "IllegalOriginAccessConfiguration"
// ErrCodeIllegalUpdate for service response error code
// "IllegalUpdate".
//
// The update contains modifications that are not allowed.
ErrCodeIllegalUpdate = "IllegalUpdate"
// ErrCodeInconsistentQuantities for service response error code
// "InconsistentQuantities".
//
// The value of Quantity and the size of Items don't match.
ErrCodeInconsistentQuantities = "InconsistentQuantities"
// ErrCodeInvalidArgument for service response error code
// "InvalidArgument".
//
// An argument is invalid.
ErrCodeInvalidArgument = "InvalidArgument"
// ErrCodeInvalidDefaultRootObject for service response error code
// "InvalidDefaultRootObject".
//
// The default root object file name is too big or contains an invalid character.
ErrCodeInvalidDefaultRootObject = "InvalidDefaultRootObject"
// ErrCodeInvalidDomainNameForOriginAccessControl for service response error code
// "InvalidDomainNameForOriginAccessControl".
//
// An origin access control is associated with an origin whose domain name is
// not supported.
ErrCodeInvalidDomainNameForOriginAccessControl = "InvalidDomainNameForOriginAccessControl"
// ErrCodeInvalidErrorCode for service response error code
// "InvalidErrorCode".
//
// An invalid error code was specified.
ErrCodeInvalidErrorCode = "InvalidErrorCode"
// ErrCodeInvalidForwardCookies for service response error code
// "InvalidForwardCookies".
//
// 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.
ErrCodeInvalidForwardCookies = "InvalidForwardCookies"
// ErrCodeInvalidFunctionAssociation for service response error code
// "InvalidFunctionAssociation".
//
// A CloudFront function association is invalid.
ErrCodeInvalidFunctionAssociation = "InvalidFunctionAssociation"
// ErrCodeInvalidGeoRestrictionParameter for service response error code
// "InvalidGeoRestrictionParameter".
//
// The specified geo restriction parameter is not valid.
ErrCodeInvalidGeoRestrictionParameter = "InvalidGeoRestrictionParameter"
// ErrCodeInvalidHeadersForS3Origin for service response error code
// "InvalidHeadersForS3Origin".
//
// The headers specified are not valid for an Amazon S3 origin.
ErrCodeInvalidHeadersForS3Origin = "InvalidHeadersForS3Origin"
// ErrCodeInvalidIfMatchVersion for service response error code
// "InvalidIfMatchVersion".
//
// The If-Match version is missing or not valid.
ErrCodeInvalidIfMatchVersion = "InvalidIfMatchVersion"
// ErrCodeInvalidLambdaFunctionAssociation for service response error code
// "InvalidLambdaFunctionAssociation".
//
// The specified Lambda@Edge function association is invalid.
ErrCodeInvalidLambdaFunctionAssociation = "InvalidLambdaFunctionAssociation"
// ErrCodeInvalidLocationCode for service response error code
// "InvalidLocationCode".
//
// The location code specified is not valid.
ErrCodeInvalidLocationCode = "InvalidLocationCode"
// ErrCodeInvalidMinimumProtocolVersion for service response error code
// "InvalidMinimumProtocolVersion".
//
// The minimum protocol version specified is not valid.
ErrCodeInvalidMinimumProtocolVersion = "InvalidMinimumProtocolVersion"
// ErrCodeInvalidOrigin for service response error code
// "InvalidOrigin".
//
// The Amazon S3 origin server specified does not refer to a valid Amazon S3
// bucket.
ErrCodeInvalidOrigin = "InvalidOrigin"
// ErrCodeInvalidOriginAccessControl for service response error code
// "InvalidOriginAccessControl".
//
// The origin access control is not valid.
ErrCodeInvalidOriginAccessControl = "InvalidOriginAccessControl"
// ErrCodeInvalidOriginAccessIdentity for service response error code
// "InvalidOriginAccessIdentity".
//
// The origin access identity is not valid or doesn't exist.
ErrCodeInvalidOriginAccessIdentity = "InvalidOriginAccessIdentity"
// ErrCodeInvalidOriginKeepaliveTimeout for service response error code
// "InvalidOriginKeepaliveTimeout".
//
// The keep alive timeout specified for the origin is not valid.
ErrCodeInvalidOriginKeepaliveTimeout = "InvalidOriginKeepaliveTimeout"
// ErrCodeInvalidOriginReadTimeout for service response error code
// "InvalidOriginReadTimeout".
//
// The read timeout specified for the origin is not valid.
ErrCodeInvalidOriginReadTimeout = "InvalidOriginReadTimeout"
// ErrCodeInvalidProtocolSettings for service response error code
// "InvalidProtocolSettings".
//
// You cannot specify SSLv3 as the minimum protocol version if you only want
// to support only clients that support Server Name Indication (SNI).
ErrCodeInvalidProtocolSettings = "InvalidProtocolSettings"
// ErrCodeInvalidQueryStringParameters for service response error code
// "InvalidQueryStringParameters".
//
// The query string parameters specified are not valid.
ErrCodeInvalidQueryStringParameters = "InvalidQueryStringParameters"
// ErrCodeInvalidRelativePath for service response error code
// "InvalidRelativePath".
//
// The relative path is too big, is not URL-encoded, or does not begin with
// a slash (/).
ErrCodeInvalidRelativePath = "InvalidRelativePath"
// ErrCodeInvalidRequiredProtocol for service response error code
// "InvalidRequiredProtocol".
//
// 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.
ErrCodeInvalidRequiredProtocol = "InvalidRequiredProtocol"
// ErrCodeInvalidResponseCode for service response error code
// "InvalidResponseCode".
//
// A response code is not valid.
ErrCodeInvalidResponseCode = "InvalidResponseCode"
// ErrCodeInvalidTTLOrder for service response error code
// "InvalidTTLOrder".
//
// The TTL order specified is not valid.
ErrCodeInvalidTTLOrder = "InvalidTTLOrder"
// ErrCodeInvalidTagging for service response error code
// "InvalidTagging".
//
// The tagging specified is not valid.
ErrCodeInvalidTagging = "InvalidTagging"
// ErrCodeInvalidViewerCertificate for service response error code
// "InvalidViewerCertificate".
//
// A viewer certificate specified is not valid.
ErrCodeInvalidViewerCertificate = "InvalidViewerCertificate"
// ErrCodeInvalidWebACLId for service response error code
// "InvalidWebACLId".
//
// 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.
ErrCodeInvalidWebACLId = "InvalidWebACLId"
// ErrCodeKeyGroupAlreadyExists for service response error code
// "KeyGroupAlreadyExists".
//
// A key group with this name already exists. You must provide a unique name.
// To modify an existing key group, use UpdateKeyGroup.
ErrCodeKeyGroupAlreadyExists = "KeyGroupAlreadyExists"
// ErrCodeMissingBody for service response error code
// "MissingBody".
//
// This operation requires a body. Ensure that the body is present and the Content-Type
// header is set.
ErrCodeMissingBody = "MissingBody"
// ErrCodeMonitoringSubscriptionAlreadyExists for service response error code
// "MonitoringSubscriptionAlreadyExists".
//
// A monitoring subscription already exists for the specified distribution.
ErrCodeMonitoringSubscriptionAlreadyExists = "MonitoringSubscriptionAlreadyExists"
// ErrCodeNoSuchCachePolicy for service response error code
// "NoSuchCachePolicy".
//
// The cache policy does not exist.
ErrCodeNoSuchCachePolicy = "NoSuchCachePolicy"
// ErrCodeNoSuchCloudFrontOriginAccessIdentity for service response error code
// "NoSuchCloudFrontOriginAccessIdentity".
//
// The specified origin access identity does not exist.
ErrCodeNoSuchCloudFrontOriginAccessIdentity = "NoSuchCloudFrontOriginAccessIdentity"
// ErrCodeNoSuchDistribution for service response error code
// "NoSuchDistribution".
//
// The specified distribution does not exist.
ErrCodeNoSuchDistribution = "NoSuchDistribution"
// ErrCodeNoSuchFieldLevelEncryptionConfig for service response error code
// "NoSuchFieldLevelEncryptionConfig".
//
// The specified configuration for field-level encryption doesn't exist.
ErrCodeNoSuchFieldLevelEncryptionConfig = "NoSuchFieldLevelEncryptionConfig"
// ErrCodeNoSuchFieldLevelEncryptionProfile for service response error code
// "NoSuchFieldLevelEncryptionProfile".
//
// The specified profile for field-level encryption doesn't exist.
ErrCodeNoSuchFieldLevelEncryptionProfile = "NoSuchFieldLevelEncryptionProfile"
// ErrCodeNoSuchFunctionExists for service response error code
// "NoSuchFunctionExists".
//
// The function does not exist.
ErrCodeNoSuchFunctionExists = "NoSuchFunctionExists"
// ErrCodeNoSuchInvalidation for service response error code
// "NoSuchInvalidation".
//
// The specified invalidation does not exist.
ErrCodeNoSuchInvalidation = "NoSuchInvalidation"
// ErrCodeNoSuchMonitoringSubscription for service response error code
// "NoSuchMonitoringSubscription".
//
// A monitoring subscription does not exist for the specified distribution.
ErrCodeNoSuchMonitoringSubscription = "NoSuchMonitoringSubscription"
// ErrCodeNoSuchOrigin for service response error code
// "NoSuchOrigin".
//
// No origin exists with the specified Origin Id.
ErrCodeNoSuchOrigin = "NoSuchOrigin"
// ErrCodeNoSuchOriginAccessControl for service response error code
// "NoSuchOriginAccessControl".
//
// The origin access control does not exist.
ErrCodeNoSuchOriginAccessControl = "NoSuchOriginAccessControl"
// ErrCodeNoSuchOriginRequestPolicy for service response error code
// "NoSuchOriginRequestPolicy".
//
// The origin request policy does not exist.
ErrCodeNoSuchOriginRequestPolicy = "NoSuchOriginRequestPolicy"
// ErrCodeNoSuchPublicKey for service response error code
// "NoSuchPublicKey".
//
// The specified public key doesn't exist.
ErrCodeNoSuchPublicKey = "NoSuchPublicKey"
// ErrCodeNoSuchRealtimeLogConfig for service response error code
// "NoSuchRealtimeLogConfig".
//
// The real-time log configuration does not exist.
ErrCodeNoSuchRealtimeLogConfig = "NoSuchRealtimeLogConfig"
// ErrCodeNoSuchResource for service response error code
// "NoSuchResource".
//
// A resource that was specified is not valid.
ErrCodeNoSuchResource = "NoSuchResource"
// ErrCodeNoSuchResponseHeadersPolicy for service response error code
// "NoSuchResponseHeadersPolicy".
//
// The response headers policy does not exist.
ErrCodeNoSuchResponseHeadersPolicy = "NoSuchResponseHeadersPolicy"
// ErrCodeNoSuchStreamingDistribution for service response error code
// "NoSuchStreamingDistribution".
//
// The specified streaming distribution does not exist.
ErrCodeNoSuchStreamingDistribution = "NoSuchStreamingDistribution"
// ErrCodeOriginAccessControlAlreadyExists for service response error code
// "OriginAccessControlAlreadyExists".
//
// An origin access control with the specified parameters already exists.
ErrCodeOriginAccessControlAlreadyExists = "OriginAccessControlAlreadyExists"
// ErrCodeOriginAccessControlInUse for service response error code
// "OriginAccessControlInUse".
//
// Cannot delete the origin access control because it's in use by one or more
// distributions.
ErrCodeOriginAccessControlInUse = "OriginAccessControlInUse"
// ErrCodeOriginAccessIdentityAlreadyExists for service response error code
// "CloudFrontOriginAccessIdentityAlreadyExists".
//
// If the CallerReference is a value you already sent in a previous request
// to create an identity but the content of the CloudFrontOriginAccessIdentityConfig
// is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists
// error.
ErrCodeOriginAccessIdentityAlreadyExists = "CloudFrontOriginAccessIdentityAlreadyExists"
// ErrCodeOriginAccessIdentityInUse for service response error code
// "CloudFrontOriginAccessIdentityInUse".
//
// The Origin Access Identity specified is already in use.
ErrCodeOriginAccessIdentityInUse = "CloudFrontOriginAccessIdentityInUse"
// ErrCodeOriginRequestPolicyAlreadyExists for service response error code
// "OriginRequestPolicyAlreadyExists".
//
// An origin request policy with this name already exists. You must provide
// a unique name. To modify an existing origin request policy, use UpdateOriginRequestPolicy.
ErrCodeOriginRequestPolicyAlreadyExists = "OriginRequestPolicyAlreadyExists"
// ErrCodeOriginRequestPolicyInUse for service response error code
// "OriginRequestPolicyInUse".
//
// Cannot delete the origin request policy because it is attached to one or
// more cache behaviors.
ErrCodeOriginRequestPolicyInUse = "OriginRequestPolicyInUse"
// ErrCodePreconditionFailed for service response error code
// "PreconditionFailed".
//
// The precondition in one or more of the request fields evaluated to false.
ErrCodePreconditionFailed = "PreconditionFailed"
// ErrCodePublicKeyAlreadyExists for service response error code
// "PublicKeyAlreadyExists".
//
// The specified public key already exists.
ErrCodePublicKeyAlreadyExists = "PublicKeyAlreadyExists"
// ErrCodePublicKeyInUse for service response error code
// "PublicKeyInUse".
//
// The specified public key is in use.
ErrCodePublicKeyInUse = "PublicKeyInUse"
// ErrCodeQueryArgProfileEmpty for service response error code
// "QueryArgProfileEmpty".
//
// No profile specified for the field-level encryption query argument.
ErrCodeQueryArgProfileEmpty = "QueryArgProfileEmpty"
// ErrCodeRealtimeLogConfigAlreadyExists for service response error code
// "RealtimeLogConfigAlreadyExists".
//
// A real-time log configuration with this name already exists. You must provide
// a unique name. To modify an existing real-time log configuration, use UpdateRealtimeLogConfig.
ErrCodeRealtimeLogConfigAlreadyExists = "RealtimeLogConfigAlreadyExists"
// ErrCodeRealtimeLogConfigInUse for service response error code
// "RealtimeLogConfigInUse".
//
// Cannot delete the real-time log configuration because it is attached to one
// or more cache behaviors.
ErrCodeRealtimeLogConfigInUse = "RealtimeLogConfigInUse"
// ErrCodeRealtimeLogConfigOwnerMismatch for service response error code
// "RealtimeLogConfigOwnerMismatch".
//
// The specified real-time log configuration belongs to a different Amazon Web
// Services account.
ErrCodeRealtimeLogConfigOwnerMismatch = "RealtimeLogConfigOwnerMismatch"
// ErrCodeResourceInUse for service response error code
// "ResourceInUse".
//
// Cannot delete this resource because it is in use.
ErrCodeResourceInUse = "ResourceInUse"
// ErrCodeResponseHeadersPolicyAlreadyExists for service response error code
// "ResponseHeadersPolicyAlreadyExists".
//
// A response headers policy with this name already exists. You must provide
// a unique name. To modify an existing response headers policy, use UpdateResponseHeadersPolicy.
ErrCodeResponseHeadersPolicyAlreadyExists = "ResponseHeadersPolicyAlreadyExists"
// ErrCodeResponseHeadersPolicyInUse for service response error code
// "ResponseHeadersPolicyInUse".
//
// Cannot delete the response headers policy because it is attached to one or
// more cache behaviors in a CloudFront distribution.
ErrCodeResponseHeadersPolicyInUse = "ResponseHeadersPolicyInUse"
// ErrCodeStreamingDistributionAlreadyExists for service response error code
// "StreamingDistributionAlreadyExists".
//
// The caller reference you attempted to create the streaming distribution with
// is associated with another distribution
ErrCodeStreamingDistributionAlreadyExists = "StreamingDistributionAlreadyExists"
// ErrCodeStreamingDistributionNotDisabled for service response error code
// "StreamingDistributionNotDisabled".
//
// The specified CloudFront distribution is not disabled. You must disable the
// distribution before you can delete it.
ErrCodeStreamingDistributionNotDisabled = "StreamingDistributionNotDisabled"
// ErrCodeTestFunctionFailed for service response error code
// "TestFunctionFailed".
//
// The CloudFront function failed.
ErrCodeTestFunctionFailed = "TestFunctionFailed"
// ErrCodeTooLongCSPInResponseHeadersPolicy for service response error code
// "TooLongCSPInResponseHeadersPolicy".
//
// The length of the Content-Security-Policy header value in the response headers
// policy exceeds the maximum.
//
// For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html)
// (formerly known as limits) in the Amazon CloudFront Developer Guide.
ErrCodeTooLongCSPInResponseHeadersPolicy = "TooLongCSPInResponseHeadersPolicy"
// ErrCodeTooManyCacheBehaviors for service response error code
// "TooManyCacheBehaviors".
//
// You cannot create more cache behaviors for the distribution.
ErrCodeTooManyCacheBehaviors = "TooManyCacheBehaviors"
// ErrCodeTooManyCachePolicies for service response error code
// "TooManyCachePolicies".
//
// You have reached the maximum number of cache policies for this Amazon Web
// Services account. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html)
// (formerly known as limits) in the Amazon CloudFront Developer Guide.
ErrCodeTooManyCachePolicies = "TooManyCachePolicies"
// ErrCodeTooManyCertificates for service response error code
// "TooManyCertificates".
//
// You cannot create anymore custom SSL/TLS certificates.
ErrCodeTooManyCertificates = "TooManyCertificates"
// ErrCodeTooManyCloudFrontOriginAccessIdentities for service response error code
// "TooManyCloudFrontOriginAccessIdentities".
//
// Processing your request would cause you to exceed the maximum number of origin
// access identities allowed.
ErrCodeTooManyCloudFrontOriginAccessIdentities = "TooManyCloudFrontOriginAccessIdentities"
// ErrCodeTooManyCookieNamesInWhiteList for service response error code
// "TooManyCookieNamesInWhiteList".
//
// Your request contains more cookie names in the whitelist than are allowed
// per cache behavior.
ErrCodeTooManyCookieNamesInWhiteList = "TooManyCookieNamesInWhiteList"
// ErrCodeTooManyCookiesInCachePolicy for service response error code
// "TooManyCookiesInCachePolicy".
//
// The number of cookies in the cache policy exceeds the maximum. For more information,
// see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html)
// (formerly known as limits) in the Amazon CloudFront Developer Guide.
ErrCodeTooManyCookiesInCachePolicy = "TooManyCookiesInCachePolicy"
// ErrCodeTooManyCookiesInOriginRequestPolicy for service response error code
// "TooManyCookiesInOriginRequestPolicy".
//
// The number of cookies in the origin request policy exceeds the maximum. For
// more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html)
// (formerly known as limits) in the Amazon CloudFront Developer Guide.
ErrCodeTooManyCookiesInOriginRequestPolicy = "TooManyCookiesInOriginRequestPolicy"
// ErrCodeTooManyCustomHeadersInResponseHeadersPolicy for service response error code
// "TooManyCustomHeadersInResponseHeadersPolicy".
//
// The number of custom headers in the response headers policy exceeds the maximum.
//
// For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html)
// (formerly known as limits) in the Amazon CloudFront Developer Guide.
ErrCodeTooManyCustomHeadersInResponseHeadersPolicy = "TooManyCustomHeadersInResponseHeadersPolicy"
// ErrCodeTooManyDistributionCNAMEs for service response error code
// "TooManyDistributionCNAMEs".
//
// Your request contains more CNAMEs than are allowed per distribution.
ErrCodeTooManyDistributionCNAMEs = "TooManyDistributionCNAMEs"
// ErrCodeTooManyDistributions for service response error code
// "TooManyDistributions".
//
// Processing your request would cause you to exceed the maximum number of distributions
// allowed.
ErrCodeTooManyDistributions = "TooManyDistributions"
// ErrCodeTooManyDistributionsAssociatedToCachePolicy for service response error code
// "TooManyDistributionsAssociatedToCachePolicy".
//
// The maximum number of distributions have been associated with the specified
// cache policy. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html)
// (formerly known as limits) in the Amazon CloudFront Developer Guide.
ErrCodeTooManyDistributionsAssociatedToCachePolicy = "TooManyDistributionsAssociatedToCachePolicy"
// ErrCodeTooManyDistributionsAssociatedToFieldLevelEncryptionConfig for service response error code
// "TooManyDistributionsAssociatedToFieldLevelEncryptionConfig".
//
// The maximum number of distributions have been associated with the specified
// configuration for field-level encryption.
ErrCodeTooManyDistributionsAssociatedToFieldLevelEncryptionConfig = "TooManyDistributionsAssociatedToFieldLevelEncryptionConfig"
// ErrCodeTooManyDistributionsAssociatedToKeyGroup for service response error code
// "TooManyDistributionsAssociatedToKeyGroup".
//
// The number of distributions that reference this key group is more than the
// maximum allowed. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html)
// (formerly known as limits) in the Amazon CloudFront Developer Guide.
ErrCodeTooManyDistributionsAssociatedToKeyGroup = "TooManyDistributionsAssociatedToKeyGroup"
// ErrCodeTooManyDistributionsAssociatedToOriginAccessControl for service response error code
// "TooManyDistributionsAssociatedToOriginAccessControl".
//
// The maximum number of distributions have been associated with the specified
// origin access control.
//
// For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html)
// (formerly known as limits) in the Amazon CloudFront Developer Guide.
ErrCodeTooManyDistributionsAssociatedToOriginAccessControl = "TooManyDistributionsAssociatedToOriginAccessControl"
// ErrCodeTooManyDistributionsAssociatedToOriginRequestPolicy for service response error code
// "TooManyDistributionsAssociatedToOriginRequestPolicy".
//
// The maximum number of distributions have been associated with the specified
// origin request policy. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html)
// (formerly known as limits) in the Amazon CloudFront Developer Guide.
ErrCodeTooManyDistributionsAssociatedToOriginRequestPolicy = "TooManyDistributionsAssociatedToOriginRequestPolicy"
// ErrCodeTooManyDistributionsAssociatedToResponseHeadersPolicy for service response error code
// "TooManyDistributionsAssociatedToResponseHeadersPolicy".
//
// The maximum number of distributions have been associated with the specified
// response headers policy.
//
// For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html)
// (formerly known as limits) in the Amazon CloudFront Developer Guide.
ErrCodeTooManyDistributionsAssociatedToResponseHeadersPolicy = "TooManyDistributionsAssociatedToResponseHeadersPolicy"
// ErrCodeTooManyDistributionsWithFunctionAssociations for service response error code
// "TooManyDistributionsWithFunctionAssociations".
//
// You have reached the maximum number of distributions that are associated
// with a CloudFront function. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html)
// (formerly known as limits) in the Amazon CloudFront Developer Guide.
ErrCodeTooManyDistributionsWithFunctionAssociations = "TooManyDistributionsWithFunctionAssociations"
// ErrCodeTooManyDistributionsWithLambdaAssociations for service response error code
// "TooManyDistributionsWithLambdaAssociations".
//
// Processing your request would cause the maximum number of distributions with
// Lambda@Edge function associations per owner to be exceeded.
ErrCodeTooManyDistributionsWithLambdaAssociations = "TooManyDistributionsWithLambdaAssociations"
// ErrCodeTooManyDistributionsWithSingleFunctionARN for service response error code
// "TooManyDistributionsWithSingleFunctionARN".
//
// The maximum number of distributions have been associated with the specified
// Lambda@Edge function.
ErrCodeTooManyDistributionsWithSingleFunctionARN = "TooManyDistributionsWithSingleFunctionARN"
// ErrCodeTooManyFieldLevelEncryptionConfigs for service response error code
// "TooManyFieldLevelEncryptionConfigs".
//
// The maximum number of configurations for field-level encryption have been
// created.
ErrCodeTooManyFieldLevelEncryptionConfigs = "TooManyFieldLevelEncryptionConfigs"
// ErrCodeTooManyFieldLevelEncryptionContentTypeProfiles for service response error code
// "TooManyFieldLevelEncryptionContentTypeProfiles".
//
// The maximum number of content type profiles for field-level encryption have
// been created.
ErrCodeTooManyFieldLevelEncryptionContentTypeProfiles = "TooManyFieldLevelEncryptionContentTypeProfiles"
// ErrCodeTooManyFieldLevelEncryptionEncryptionEntities for service response error code
// "TooManyFieldLevelEncryptionEncryptionEntities".
//
// The maximum number of encryption entities for field-level encryption have
// been created.
ErrCodeTooManyFieldLevelEncryptionEncryptionEntities = "TooManyFieldLevelEncryptionEncryptionEntities"
// ErrCodeTooManyFieldLevelEncryptionFieldPatterns for service response error code
// "TooManyFieldLevelEncryptionFieldPatterns".
//
// The maximum number of field patterns for field-level encryption have been
// created.
ErrCodeTooManyFieldLevelEncryptionFieldPatterns = "TooManyFieldLevelEncryptionFieldPatterns"
// ErrCodeTooManyFieldLevelEncryptionProfiles for service response error code
// "TooManyFieldLevelEncryptionProfiles".
//
// The maximum number of profiles for field-level encryption have been created.
ErrCodeTooManyFieldLevelEncryptionProfiles = "TooManyFieldLevelEncryptionProfiles"
// ErrCodeTooManyFieldLevelEncryptionQueryArgProfiles for service response error code
// "TooManyFieldLevelEncryptionQueryArgProfiles".
//
// The maximum number of query arg profiles for field-level encryption have
// been created.
ErrCodeTooManyFieldLevelEncryptionQueryArgProfiles = "TooManyFieldLevelEncryptionQueryArgProfiles"
// ErrCodeTooManyFunctionAssociations for service response error code
// "TooManyFunctionAssociations".
//
// You have reached the maximum number of CloudFront function associations for
// this distribution. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html)
// (formerly known as limits) in the Amazon CloudFront Developer Guide.
ErrCodeTooManyFunctionAssociations = "TooManyFunctionAssociations"
// ErrCodeTooManyFunctions for service response error code
// "TooManyFunctions".
//
// You have reached the maximum number of CloudFront functions for this Amazon
// Web Services account. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html)
// (formerly known as limits) in the Amazon CloudFront Developer Guide.
ErrCodeTooManyFunctions = "TooManyFunctions"
// ErrCodeTooManyHeadersInCachePolicy for service response error code
// "TooManyHeadersInCachePolicy".
//
// The number of headers in the cache policy exceeds the maximum. For more information,
// see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html)
// (formerly known as limits) in the Amazon CloudFront Developer Guide.
ErrCodeTooManyHeadersInCachePolicy = "TooManyHeadersInCachePolicy"
// ErrCodeTooManyHeadersInForwardedValues for service response error code
// "TooManyHeadersInForwardedValues".
//
// Your request contains too many headers in forwarded values.
ErrCodeTooManyHeadersInForwardedValues = "TooManyHeadersInForwardedValues"
// ErrCodeTooManyHeadersInOriginRequestPolicy for service response error code
// "TooManyHeadersInOriginRequestPolicy".
//
// The number of headers in the origin request policy exceeds the maximum. For
// more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html)
// (formerly known as limits) in the Amazon CloudFront Developer Guide.
ErrCodeTooManyHeadersInOriginRequestPolicy = "TooManyHeadersInOriginRequestPolicy"
// ErrCodeTooManyInvalidationsInProgress for service response error code
// "TooManyInvalidationsInProgress".
//
// You have exceeded the maximum number of allowable InProgress invalidation
// batch requests, or invalidation objects.
ErrCodeTooManyInvalidationsInProgress = "TooManyInvalidationsInProgress"
// ErrCodeTooManyKeyGroups for service response error code
// "TooManyKeyGroups".
//
// You have reached the maximum number of key groups for this Amazon Web Services
// account. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html)
// (formerly known as limits) in the Amazon CloudFront Developer Guide.
ErrCodeTooManyKeyGroups = "TooManyKeyGroups"
// ErrCodeTooManyKeyGroupsAssociatedToDistribution for service response error code
// "TooManyKeyGroupsAssociatedToDistribution".
//
// The number of key groups referenced by this distribution is more than the
// maximum allowed. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html)
// (formerly known as limits) in the Amazon CloudFront Developer Guide.
ErrCodeTooManyKeyGroupsAssociatedToDistribution = "TooManyKeyGroupsAssociatedToDistribution"
// ErrCodeTooManyLambdaFunctionAssociations for service response error code
// "TooManyLambdaFunctionAssociations".
//
// Your request contains more Lambda@Edge function associations than are allowed
// per distribution.
ErrCodeTooManyLambdaFunctionAssociations = "TooManyLambdaFunctionAssociations"
// ErrCodeTooManyOriginAccessControls for service response error code
// "TooManyOriginAccessControls".
//
// The number of origin access controls in your Amazon Web Services account
// exceeds the maximum allowed.
//
// For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html)
// (formerly known as limits) in the Amazon CloudFront Developer Guide.
ErrCodeTooManyOriginAccessControls = "TooManyOriginAccessControls"
// ErrCodeTooManyOriginCustomHeaders for service response error code
// "TooManyOriginCustomHeaders".
//
// Your request contains too many origin custom headers.
ErrCodeTooManyOriginCustomHeaders = "TooManyOriginCustomHeaders"
// ErrCodeTooManyOriginGroupsPerDistribution for service response error code
// "TooManyOriginGroupsPerDistribution".
//
// Processing your request would cause you to exceed the maximum number of origin
// groups allowed.
ErrCodeTooManyOriginGroupsPerDistribution = "TooManyOriginGroupsPerDistribution"
// ErrCodeTooManyOriginRequestPolicies for service response error code
// "TooManyOriginRequestPolicies".
//
// You have reached the maximum number of origin request policies for this Amazon
// Web Services account. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html)
// (formerly known as limits) in the Amazon CloudFront Developer Guide.
ErrCodeTooManyOriginRequestPolicies = "TooManyOriginRequestPolicies"
// ErrCodeTooManyOrigins for service response error code
// "TooManyOrigins".
//
// You cannot create more origins for the distribution.
ErrCodeTooManyOrigins = "TooManyOrigins"
// ErrCodeTooManyPublicKeys for service response error code
// "TooManyPublicKeys".
//
// The maximum number of public keys for field-level encryption have been created.
// To create a new public key, delete one of the existing keys.
ErrCodeTooManyPublicKeys = "TooManyPublicKeys"
// ErrCodeTooManyPublicKeysInKeyGroup for service response error code
// "TooManyPublicKeysInKeyGroup".
//
// The number of public keys in this key group is more than the maximum allowed.
// For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html)
// (formerly known as limits) in the Amazon CloudFront Developer Guide.
ErrCodeTooManyPublicKeysInKeyGroup = "TooManyPublicKeysInKeyGroup"
// ErrCodeTooManyQueryStringParameters for service response error code
// "TooManyQueryStringParameters".
//
// Your request contains too many query string parameters.
ErrCodeTooManyQueryStringParameters = "TooManyQueryStringParameters"
// ErrCodeTooManyQueryStringsInCachePolicy for service response error code
// "TooManyQueryStringsInCachePolicy".
//
// The number of query strings in the cache policy exceeds the maximum. For
// more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html)
// (formerly known as limits) in the Amazon CloudFront Developer Guide.
ErrCodeTooManyQueryStringsInCachePolicy = "TooManyQueryStringsInCachePolicy"
// ErrCodeTooManyQueryStringsInOriginRequestPolicy for service response error code
// "TooManyQueryStringsInOriginRequestPolicy".
//
// The number of query strings in the origin request policy exceeds the maximum.
// For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html)
// (formerly known as limits) in the Amazon CloudFront Developer Guide.
ErrCodeTooManyQueryStringsInOriginRequestPolicy = "TooManyQueryStringsInOriginRequestPolicy"
// ErrCodeTooManyRealtimeLogConfigs for service response error code
// "TooManyRealtimeLogConfigs".
//
// You have reached the maximum number of real-time log configurations for this
// Amazon Web Services account. For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html)
// (formerly known as limits) in the Amazon CloudFront Developer Guide.
ErrCodeTooManyRealtimeLogConfigs = "TooManyRealtimeLogConfigs"
// ErrCodeTooManyResponseHeadersPolicies for service response error code
// "TooManyResponseHeadersPolicies".
//
// You have reached the maximum number of response headers policies for this
// Amazon Web Services account.
//
// For more information, see Quotas (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html)
// (formerly known as limits) in the Amazon CloudFront Developer Guide.
ErrCodeTooManyResponseHeadersPolicies = "TooManyResponseHeadersPolicies"
// ErrCodeTooManyStreamingDistributionCNAMEs for service response error code
// "TooManyStreamingDistributionCNAMEs".
//
// Your request contains more CNAMEs than are allowed per distribution.
ErrCodeTooManyStreamingDistributionCNAMEs = "TooManyStreamingDistributionCNAMEs"
// ErrCodeTooManyStreamingDistributions for service response error code
// "TooManyStreamingDistributions".
//
// Processing your request would cause you to exceed the maximum number of streaming
// distributions allowed.
ErrCodeTooManyStreamingDistributions = "TooManyStreamingDistributions"
// ErrCodeTooManyTrustedSigners for service response error code
// "TooManyTrustedSigners".
//
// Your request contains more trusted signers than are allowed per distribution.
ErrCodeTooManyTrustedSigners = "TooManyTrustedSigners"
// ErrCodeTrustedKeyGroupDoesNotExist for service response error code
// "TrustedKeyGroupDoesNotExist".
//
// The specified key group does not exist.
ErrCodeTrustedKeyGroupDoesNotExist = "TrustedKeyGroupDoesNotExist"
// ErrCodeTrustedSignerDoesNotExist for service response error code
// "TrustedSignerDoesNotExist".
//
// One or more of your trusted signers don't exist.
ErrCodeTrustedSignerDoesNotExist = "TrustedSignerDoesNotExist"
// ErrCodeUnsupportedOperation for service response error code
// "UnsupportedOperation".
//
// This operation is not supported in this region.
ErrCodeUnsupportedOperation = "UnsupportedOperation"
)
|