aws-sdk-cloudfront 1.17.0 → 1.18.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-cloudfront.rb +1 -1
- data/lib/aws-sdk-cloudfront/client.rb +1 -1
- data/lib/aws-sdk-cloudfront/client_api.rb +243 -0
- data/lib/aws-sdk-cloudfront/errors.rb +1296 -0
- data/lib/aws-sdk-cloudfront/types.rb +960 -0
- metadata +4 -4
@@ -8,6 +8,18 @@
|
|
8
8
|
module Aws::CloudFront
|
9
9
|
module Types
|
10
10
|
|
11
|
+
# Access denied.
|
12
|
+
#
|
13
|
+
# @!attribute [rw] message
|
14
|
+
# @return [String]
|
15
|
+
#
|
16
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/AccessDenied AWS API Documentation
|
17
|
+
#
|
18
|
+
class AccessDenied < Struct.new(
|
19
|
+
:message)
|
20
|
+
include Aws::Structure
|
21
|
+
end
|
22
|
+
|
11
23
|
# A complex type that lists the AWS accounts, if any, that you included
|
12
24
|
# in the `TrustedSigners` complex type for this distribution. These are
|
13
25
|
# the accounts that you want to allow to create signed URLs for private
|
@@ -152,6 +164,26 @@ module Aws::CloudFront
|
|
152
164
|
include Aws::Structure
|
153
165
|
end
|
154
166
|
|
167
|
+
# @!attribute [rw] message
|
168
|
+
# @return [String]
|
169
|
+
#
|
170
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/BatchTooLarge AWS API Documentation
|
171
|
+
#
|
172
|
+
class BatchTooLarge < Struct.new(
|
173
|
+
:message)
|
174
|
+
include Aws::Structure
|
175
|
+
end
|
176
|
+
|
177
|
+
# @!attribute [rw] message
|
178
|
+
# @return [String]
|
179
|
+
#
|
180
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/CNAMEAlreadyExists AWS API Documentation
|
181
|
+
#
|
182
|
+
class CNAMEAlreadyExists < Struct.new(
|
183
|
+
:message)
|
184
|
+
include Aws::Structure
|
185
|
+
end
|
186
|
+
|
155
187
|
# A complex type that describes how CloudFront processes requests.
|
156
188
|
#
|
157
189
|
# You must create at least as many cache behaviors (including the
|
@@ -580,6 +612,18 @@ module Aws::CloudFront
|
|
580
612
|
include Aws::Structure
|
581
613
|
end
|
582
614
|
|
615
|
+
# You can't change the value of a public key.
|
616
|
+
#
|
617
|
+
# @!attribute [rw] message
|
618
|
+
# @return [String]
|
619
|
+
#
|
620
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/CannotChangeImmutablePublicKeyFields AWS API Documentation
|
621
|
+
#
|
622
|
+
class CannotChangeImmutablePublicKeyFields < Struct.new(
|
623
|
+
:message)
|
624
|
+
include Aws::Structure
|
625
|
+
end
|
626
|
+
|
583
627
|
# CloudFront origin access identity.
|
584
628
|
#
|
585
629
|
# @!attribute [rw] id
|
@@ -606,6 +650,22 @@ module Aws::CloudFront
|
|
606
650
|
include Aws::Structure
|
607
651
|
end
|
608
652
|
|
653
|
+
# If the `CallerReference` is a value you already sent in a previous
|
654
|
+
# request to create an identity but the content of the
|
655
|
+
# `CloudFrontOriginAccessIdentityConfig` is different from the original
|
656
|
+
# request, CloudFront returns a
|
657
|
+
# `CloudFrontOriginAccessIdentityAlreadyExists` error.
|
658
|
+
#
|
659
|
+
# @!attribute [rw] message
|
660
|
+
# @return [String]
|
661
|
+
#
|
662
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/CloudFrontOriginAccessIdentityAlreadyExists AWS API Documentation
|
663
|
+
#
|
664
|
+
class CloudFrontOriginAccessIdentityAlreadyExists < Struct.new(
|
665
|
+
:message)
|
666
|
+
include Aws::Structure
|
667
|
+
end
|
668
|
+
|
609
669
|
# Origin access identity configuration. Send a `GET` request to the
|
610
670
|
# `/CloudFront API version/CloudFront/identity ID/config` resource.
|
611
671
|
#
|
@@ -650,6 +710,16 @@ module Aws::CloudFront
|
|
650
710
|
include Aws::Structure
|
651
711
|
end
|
652
712
|
|
713
|
+
# @!attribute [rw] message
|
714
|
+
# @return [String]
|
715
|
+
#
|
716
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/CloudFrontOriginAccessIdentityInUse AWS API Documentation
|
717
|
+
#
|
718
|
+
class CloudFrontOriginAccessIdentityInUse < Struct.new(
|
719
|
+
:message)
|
720
|
+
include Aws::Structure
|
721
|
+
end
|
722
|
+
|
653
723
|
# Lists the origin access identities for CloudFront.Send a `GET` request
|
654
724
|
# to the `/CloudFront API version/origin-access-identity/cloudfront`
|
655
725
|
# resource. The response includes a `CloudFrontOriginAccessIdentityList`
|
@@ -2650,6 +2720,19 @@ module Aws::CloudFront
|
|
2650
2720
|
include Aws::Structure
|
2651
2721
|
end
|
2652
2722
|
|
2723
|
+
# The caller reference you attempted to create the distribution with is
|
2724
|
+
# associated with another distribution.
|
2725
|
+
#
|
2726
|
+
# @!attribute [rw] message
|
2727
|
+
# @return [String]
|
2728
|
+
#
|
2729
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/DistributionAlreadyExists AWS API Documentation
|
2730
|
+
#
|
2731
|
+
class DistributionAlreadyExists < Struct.new(
|
2732
|
+
:message)
|
2733
|
+
include Aws::Structure
|
2734
|
+
end
|
2735
|
+
|
2653
2736
|
# A distribution configuration.
|
2654
2737
|
#
|
2655
2738
|
# @note When making an API call, you may pass DistributionConfig
|
@@ -3402,6 +3485,16 @@ module Aws::CloudFront
|
|
3402
3485
|
include Aws::Structure
|
3403
3486
|
end
|
3404
3487
|
|
3488
|
+
# @!attribute [rw] message
|
3489
|
+
# @return [String]
|
3490
|
+
#
|
3491
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/DistributionNotDisabled AWS API Documentation
|
3492
|
+
#
|
3493
|
+
class DistributionNotDisabled < Struct.new(
|
3494
|
+
:message)
|
3495
|
+
include Aws::Structure
|
3496
|
+
end
|
3497
|
+
|
3405
3498
|
# A summary of the information about a CloudFront distribution.
|
3406
3499
|
#
|
3407
3500
|
# @!attribute [rw] id
|
@@ -3697,6 +3790,30 @@ module Aws::CloudFront
|
|
3697
3790
|
include Aws::Structure
|
3698
3791
|
end
|
3699
3792
|
|
3793
|
+
# The specified configuration for field-level encryption already exists.
|
3794
|
+
#
|
3795
|
+
# @!attribute [rw] message
|
3796
|
+
# @return [String]
|
3797
|
+
#
|
3798
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/FieldLevelEncryptionConfigAlreadyExists AWS API Documentation
|
3799
|
+
#
|
3800
|
+
class FieldLevelEncryptionConfigAlreadyExists < Struct.new(
|
3801
|
+
:message)
|
3802
|
+
include Aws::Structure
|
3803
|
+
end
|
3804
|
+
|
3805
|
+
# The specified configuration for field-level encryption is in use.
|
3806
|
+
#
|
3807
|
+
# @!attribute [rw] message
|
3808
|
+
# @return [String]
|
3809
|
+
#
|
3810
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/FieldLevelEncryptionConfigInUse AWS API Documentation
|
3811
|
+
#
|
3812
|
+
class FieldLevelEncryptionConfigInUse < Struct.new(
|
3813
|
+
:message)
|
3814
|
+
include Aws::Structure
|
3815
|
+
end
|
3816
|
+
|
3700
3817
|
# List of field-level encrpytion configurations.
|
3701
3818
|
#
|
3702
3819
|
# @!attribute [rw] next_marker
|
@@ -3754,6 +3871,18 @@ module Aws::CloudFront
|
|
3754
3871
|
include Aws::Structure
|
3755
3872
|
end
|
3756
3873
|
|
3874
|
+
# The specified profile for field-level encryption already exists.
|
3875
|
+
#
|
3876
|
+
# @!attribute [rw] message
|
3877
|
+
# @return [String]
|
3878
|
+
#
|
3879
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/FieldLevelEncryptionProfileAlreadyExists AWS API Documentation
|
3880
|
+
#
|
3881
|
+
class FieldLevelEncryptionProfileAlreadyExists < Struct.new(
|
3882
|
+
:message)
|
3883
|
+
include Aws::Structure
|
3884
|
+
end
|
3885
|
+
|
3757
3886
|
# A complex data type of profiles for the field-level encryption.
|
3758
3887
|
#
|
3759
3888
|
# @note When making an API call, you may pass FieldLevelEncryptionProfileConfig
|
@@ -3806,6 +3935,18 @@ module Aws::CloudFront
|
|
3806
3935
|
include Aws::Structure
|
3807
3936
|
end
|
3808
3937
|
|
3938
|
+
# The specified profile for field-level encryption is in use.
|
3939
|
+
#
|
3940
|
+
# @!attribute [rw] message
|
3941
|
+
# @return [String]
|
3942
|
+
#
|
3943
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/FieldLevelEncryptionProfileInUse AWS API Documentation
|
3944
|
+
#
|
3945
|
+
class FieldLevelEncryptionProfileInUse < Struct.new(
|
3946
|
+
:message)
|
3947
|
+
include Aws::Structure
|
3948
|
+
end
|
3949
|
+
|
3809
3950
|
# List of field-level encryption profiles.
|
3810
3951
|
#
|
3811
3952
|
# @!attribute [rw] next_marker
|
@@ -3837,6 +3978,18 @@ module Aws::CloudFront
|
|
3837
3978
|
include Aws::Structure
|
3838
3979
|
end
|
3839
3980
|
|
3981
|
+
# The maximum size of a profile for field-level encryption was exceeded.
|
3982
|
+
#
|
3983
|
+
# @!attribute [rw] message
|
3984
|
+
# @return [String]
|
3985
|
+
#
|
3986
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/FieldLevelEncryptionProfileSizeExceeded AWS API Documentation
|
3987
|
+
#
|
3988
|
+
class FieldLevelEncryptionProfileSizeExceeded < Struct.new(
|
3989
|
+
:message)
|
3990
|
+
include Aws::Structure
|
3991
|
+
end
|
3992
|
+
|
3840
3993
|
# The field-level encryption profile summary.
|
3841
3994
|
#
|
3842
3995
|
# @!attribute [rw] id
|
@@ -4652,6 +4805,303 @@ module Aws::CloudFront
|
|
4652
4805
|
include Aws::Structure
|
4653
4806
|
end
|
4654
4807
|
|
4808
|
+
# The specified configuration for field-level encryption can't be
|
4809
|
+
# associated with the specified cache behavior.
|
4810
|
+
#
|
4811
|
+
# @!attribute [rw] message
|
4812
|
+
# @return [String]
|
4813
|
+
#
|
4814
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior AWS API Documentation
|
4815
|
+
#
|
4816
|
+
class IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior < Struct.new(
|
4817
|
+
:message)
|
4818
|
+
include Aws::Structure
|
4819
|
+
end
|
4820
|
+
|
4821
|
+
# Origin and `CallerReference` cannot be updated.
|
4822
|
+
#
|
4823
|
+
# @!attribute [rw] message
|
4824
|
+
# @return [String]
|
4825
|
+
#
|
4826
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/IllegalUpdate AWS API Documentation
|
4827
|
+
#
|
4828
|
+
class IllegalUpdate < Struct.new(
|
4829
|
+
:message)
|
4830
|
+
include Aws::Structure
|
4831
|
+
end
|
4832
|
+
|
4833
|
+
# The value of `Quantity` and the size of `Items` don't match.
|
4834
|
+
#
|
4835
|
+
# @!attribute [rw] message
|
4836
|
+
# @return [String]
|
4837
|
+
#
|
4838
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/InconsistentQuantities AWS API Documentation
|
4839
|
+
#
|
4840
|
+
class InconsistentQuantities < Struct.new(
|
4841
|
+
:message)
|
4842
|
+
include Aws::Structure
|
4843
|
+
end
|
4844
|
+
|
4845
|
+
# The argument is invalid.
|
4846
|
+
#
|
4847
|
+
# @!attribute [rw] message
|
4848
|
+
# @return [String]
|
4849
|
+
#
|
4850
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/InvalidArgument AWS API Documentation
|
4851
|
+
#
|
4852
|
+
class InvalidArgument < Struct.new(
|
4853
|
+
:message)
|
4854
|
+
include Aws::Structure
|
4855
|
+
end
|
4856
|
+
|
4857
|
+
# The default root object file name is too big or contains an invalid
|
4858
|
+
# character.
|
4859
|
+
#
|
4860
|
+
# @!attribute [rw] message
|
4861
|
+
# @return [String]
|
4862
|
+
#
|
4863
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/InvalidDefaultRootObject AWS API Documentation
|
4864
|
+
#
|
4865
|
+
class InvalidDefaultRootObject < Struct.new(
|
4866
|
+
:message)
|
4867
|
+
include Aws::Structure
|
4868
|
+
end
|
4869
|
+
|
4870
|
+
# @!attribute [rw] message
|
4871
|
+
# @return [String]
|
4872
|
+
#
|
4873
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/InvalidErrorCode AWS API Documentation
|
4874
|
+
#
|
4875
|
+
class InvalidErrorCode < Struct.new(
|
4876
|
+
:message)
|
4877
|
+
include Aws::Structure
|
4878
|
+
end
|
4879
|
+
|
4880
|
+
# Your request contains forward cookies option which doesn't match with
|
4881
|
+
# the expectation for the `whitelisted` list of cookie names. Either
|
4882
|
+
# list of cookie names has been specified when not allowed or list of
|
4883
|
+
# cookie names is missing when expected.
|
4884
|
+
#
|
4885
|
+
# @!attribute [rw] message
|
4886
|
+
# @return [String]
|
4887
|
+
#
|
4888
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/InvalidForwardCookies AWS API Documentation
|
4889
|
+
#
|
4890
|
+
class InvalidForwardCookies < Struct.new(
|
4891
|
+
:message)
|
4892
|
+
include Aws::Structure
|
4893
|
+
end
|
4894
|
+
|
4895
|
+
# @!attribute [rw] message
|
4896
|
+
# @return [String]
|
4897
|
+
#
|
4898
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/InvalidGeoRestrictionParameter AWS API Documentation
|
4899
|
+
#
|
4900
|
+
class InvalidGeoRestrictionParameter < Struct.new(
|
4901
|
+
:message)
|
4902
|
+
include Aws::Structure
|
4903
|
+
end
|
4904
|
+
|
4905
|
+
# @!attribute [rw] message
|
4906
|
+
# @return [String]
|
4907
|
+
#
|
4908
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/InvalidHeadersForS3Origin AWS API Documentation
|
4909
|
+
#
|
4910
|
+
class InvalidHeadersForS3Origin < Struct.new(
|
4911
|
+
:message)
|
4912
|
+
include Aws::Structure
|
4913
|
+
end
|
4914
|
+
|
4915
|
+
# The `If-Match` version is missing or not valid for the distribution.
|
4916
|
+
#
|
4917
|
+
# @!attribute [rw] message
|
4918
|
+
# @return [String]
|
4919
|
+
#
|
4920
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/InvalidIfMatchVersion AWS API Documentation
|
4921
|
+
#
|
4922
|
+
class InvalidIfMatchVersion < Struct.new(
|
4923
|
+
:message)
|
4924
|
+
include Aws::Structure
|
4925
|
+
end
|
4926
|
+
|
4927
|
+
# The specified Lambda function association is invalid.
|
4928
|
+
#
|
4929
|
+
# @!attribute [rw] message
|
4930
|
+
# @return [String]
|
4931
|
+
#
|
4932
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/InvalidLambdaFunctionAssociation AWS API Documentation
|
4933
|
+
#
|
4934
|
+
class InvalidLambdaFunctionAssociation < Struct.new(
|
4935
|
+
:message)
|
4936
|
+
include Aws::Structure
|
4937
|
+
end
|
4938
|
+
|
4939
|
+
# @!attribute [rw] message
|
4940
|
+
# @return [String]
|
4941
|
+
#
|
4942
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/InvalidLocationCode AWS API Documentation
|
4943
|
+
#
|
4944
|
+
class InvalidLocationCode < Struct.new(
|
4945
|
+
:message)
|
4946
|
+
include Aws::Structure
|
4947
|
+
end
|
4948
|
+
|
4949
|
+
# @!attribute [rw] message
|
4950
|
+
# @return [String]
|
4951
|
+
#
|
4952
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/InvalidMinimumProtocolVersion AWS API Documentation
|
4953
|
+
#
|
4954
|
+
class InvalidMinimumProtocolVersion < Struct.new(
|
4955
|
+
:message)
|
4956
|
+
include Aws::Structure
|
4957
|
+
end
|
4958
|
+
|
4959
|
+
# The Amazon S3 origin server specified does not refer to a valid Amazon
|
4960
|
+
# S3 bucket.
|
4961
|
+
#
|
4962
|
+
# @!attribute [rw] message
|
4963
|
+
# @return [String]
|
4964
|
+
#
|
4965
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/InvalidOrigin AWS API Documentation
|
4966
|
+
#
|
4967
|
+
class InvalidOrigin < Struct.new(
|
4968
|
+
:message)
|
4969
|
+
include Aws::Structure
|
4970
|
+
end
|
4971
|
+
|
4972
|
+
# The origin access identity is not valid or doesn't exist.
|
4973
|
+
#
|
4974
|
+
# @!attribute [rw] message
|
4975
|
+
# @return [String]
|
4976
|
+
#
|
4977
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/InvalidOriginAccessIdentity AWS API Documentation
|
4978
|
+
#
|
4979
|
+
class InvalidOriginAccessIdentity < Struct.new(
|
4980
|
+
:message)
|
4981
|
+
include Aws::Structure
|
4982
|
+
end
|
4983
|
+
|
4984
|
+
# @!attribute [rw] message
|
4985
|
+
# @return [String]
|
4986
|
+
#
|
4987
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/InvalidOriginKeepaliveTimeout AWS API Documentation
|
4988
|
+
#
|
4989
|
+
class InvalidOriginKeepaliveTimeout < Struct.new(
|
4990
|
+
:message)
|
4991
|
+
include Aws::Structure
|
4992
|
+
end
|
4993
|
+
|
4994
|
+
# @!attribute [rw] message
|
4995
|
+
# @return [String]
|
4996
|
+
#
|
4997
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/InvalidOriginReadTimeout AWS API Documentation
|
4998
|
+
#
|
4999
|
+
class InvalidOriginReadTimeout < Struct.new(
|
5000
|
+
:message)
|
5001
|
+
include Aws::Structure
|
5002
|
+
end
|
5003
|
+
|
5004
|
+
# You cannot specify SSLv3 as the minimum protocol version if you only
|
5005
|
+
# want to support only clients that support Server Name Indication
|
5006
|
+
# (SNI).
|
5007
|
+
#
|
5008
|
+
# @!attribute [rw] message
|
5009
|
+
# @return [String]
|
5010
|
+
#
|
5011
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/InvalidProtocolSettings AWS API Documentation
|
5012
|
+
#
|
5013
|
+
class InvalidProtocolSettings < Struct.new(
|
5014
|
+
:message)
|
5015
|
+
include Aws::Structure
|
5016
|
+
end
|
5017
|
+
|
5018
|
+
# @!attribute [rw] message
|
5019
|
+
# @return [String]
|
5020
|
+
#
|
5021
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/InvalidQueryStringParameters AWS API Documentation
|
5022
|
+
#
|
5023
|
+
class InvalidQueryStringParameters < Struct.new(
|
5024
|
+
:message)
|
5025
|
+
include Aws::Structure
|
5026
|
+
end
|
5027
|
+
|
5028
|
+
# The relative path is too big, is not URL-encoded, or does not begin
|
5029
|
+
# with a slash (/).
|
5030
|
+
#
|
5031
|
+
# @!attribute [rw] message
|
5032
|
+
# @return [String]
|
5033
|
+
#
|
5034
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/InvalidRelativePath AWS API Documentation
|
5035
|
+
#
|
5036
|
+
class InvalidRelativePath < Struct.new(
|
5037
|
+
:message)
|
5038
|
+
include Aws::Structure
|
5039
|
+
end
|
5040
|
+
|
5041
|
+
# This operation requires the HTTPS protocol. Ensure that you specify
|
5042
|
+
# the HTTPS protocol in your request, or omit the `RequiredProtocols`
|
5043
|
+
# element from your distribution configuration.
|
5044
|
+
#
|
5045
|
+
# @!attribute [rw] message
|
5046
|
+
# @return [String]
|
5047
|
+
#
|
5048
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/InvalidRequiredProtocol AWS API Documentation
|
5049
|
+
#
|
5050
|
+
class InvalidRequiredProtocol < Struct.new(
|
5051
|
+
:message)
|
5052
|
+
include Aws::Structure
|
5053
|
+
end
|
5054
|
+
|
5055
|
+
# @!attribute [rw] message
|
5056
|
+
# @return [String]
|
5057
|
+
#
|
5058
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/InvalidResponseCode AWS API Documentation
|
5059
|
+
#
|
5060
|
+
class InvalidResponseCode < Struct.new(
|
5061
|
+
:message)
|
5062
|
+
include Aws::Structure
|
5063
|
+
end
|
5064
|
+
|
5065
|
+
# @!attribute [rw] message
|
5066
|
+
# @return [String]
|
5067
|
+
#
|
5068
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/InvalidTTLOrder AWS API Documentation
|
5069
|
+
#
|
5070
|
+
class InvalidTTLOrder < Struct.new(
|
5071
|
+
:message)
|
5072
|
+
include Aws::Structure
|
5073
|
+
end
|
5074
|
+
|
5075
|
+
# @!attribute [rw] message
|
5076
|
+
# @return [String]
|
5077
|
+
#
|
5078
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/InvalidTagging AWS API Documentation
|
5079
|
+
#
|
5080
|
+
class InvalidTagging < Struct.new(
|
5081
|
+
:message)
|
5082
|
+
include Aws::Structure
|
5083
|
+
end
|
5084
|
+
|
5085
|
+
# @!attribute [rw] message
|
5086
|
+
# @return [String]
|
5087
|
+
#
|
5088
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/InvalidViewerCertificate AWS API Documentation
|
5089
|
+
#
|
5090
|
+
class InvalidViewerCertificate < Struct.new(
|
5091
|
+
:message)
|
5092
|
+
include Aws::Structure
|
5093
|
+
end
|
5094
|
+
|
5095
|
+
# @!attribute [rw] message
|
5096
|
+
# @return [String]
|
5097
|
+
#
|
5098
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/InvalidWebACLId AWS API Documentation
|
5099
|
+
#
|
5100
|
+
class InvalidWebACLId < Struct.new(
|
5101
|
+
:message)
|
5102
|
+
include Aws::Structure
|
5103
|
+
end
|
5104
|
+
|
4655
5105
|
# An invalidation.
|
4656
5106
|
#
|
4657
5107
|
# @!attribute [rw] id
|
@@ -5393,6 +5843,125 @@ module Aws::CloudFront
|
|
5393
5843
|
include Aws::Structure
|
5394
5844
|
end
|
5395
5845
|
|
5846
|
+
# This operation requires a body. Ensure that the body is present and
|
5847
|
+
# the `Content-Type` header is set.
|
5848
|
+
#
|
5849
|
+
# @!attribute [rw] message
|
5850
|
+
# @return [String]
|
5851
|
+
#
|
5852
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/MissingBody AWS API Documentation
|
5853
|
+
#
|
5854
|
+
class MissingBody < Struct.new(
|
5855
|
+
:message)
|
5856
|
+
include Aws::Structure
|
5857
|
+
end
|
5858
|
+
|
5859
|
+
# The specified origin access identity does not exist.
|
5860
|
+
#
|
5861
|
+
# @!attribute [rw] message
|
5862
|
+
# @return [String]
|
5863
|
+
#
|
5864
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/NoSuchCloudFrontOriginAccessIdentity AWS API Documentation
|
5865
|
+
#
|
5866
|
+
class NoSuchCloudFrontOriginAccessIdentity < Struct.new(
|
5867
|
+
:message)
|
5868
|
+
include Aws::Structure
|
5869
|
+
end
|
5870
|
+
|
5871
|
+
# The specified distribution does not exist.
|
5872
|
+
#
|
5873
|
+
# @!attribute [rw] message
|
5874
|
+
# @return [String]
|
5875
|
+
#
|
5876
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/NoSuchDistribution AWS API Documentation
|
5877
|
+
#
|
5878
|
+
class NoSuchDistribution < Struct.new(
|
5879
|
+
:message)
|
5880
|
+
include Aws::Structure
|
5881
|
+
end
|
5882
|
+
|
5883
|
+
# The specified configuration for field-level encryption doesn't exist.
|
5884
|
+
#
|
5885
|
+
# @!attribute [rw] message
|
5886
|
+
# @return [String]
|
5887
|
+
#
|
5888
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/NoSuchFieldLevelEncryptionConfig AWS API Documentation
|
5889
|
+
#
|
5890
|
+
class NoSuchFieldLevelEncryptionConfig < Struct.new(
|
5891
|
+
:message)
|
5892
|
+
include Aws::Structure
|
5893
|
+
end
|
5894
|
+
|
5895
|
+
# The specified profile for field-level encryption doesn't exist.
|
5896
|
+
#
|
5897
|
+
# @!attribute [rw] message
|
5898
|
+
# @return [String]
|
5899
|
+
#
|
5900
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/NoSuchFieldLevelEncryptionProfile AWS API Documentation
|
5901
|
+
#
|
5902
|
+
class NoSuchFieldLevelEncryptionProfile < Struct.new(
|
5903
|
+
:message)
|
5904
|
+
include Aws::Structure
|
5905
|
+
end
|
5906
|
+
|
5907
|
+
# The specified invalidation does not exist.
|
5908
|
+
#
|
5909
|
+
# @!attribute [rw] message
|
5910
|
+
# @return [String]
|
5911
|
+
#
|
5912
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/NoSuchInvalidation AWS API Documentation
|
5913
|
+
#
|
5914
|
+
class NoSuchInvalidation < Struct.new(
|
5915
|
+
:message)
|
5916
|
+
include Aws::Structure
|
5917
|
+
end
|
5918
|
+
|
5919
|
+
# No origin exists with the specified `Origin Id`.
|
5920
|
+
#
|
5921
|
+
# @!attribute [rw] message
|
5922
|
+
# @return [String]
|
5923
|
+
#
|
5924
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/NoSuchOrigin AWS API Documentation
|
5925
|
+
#
|
5926
|
+
class NoSuchOrigin < Struct.new(
|
5927
|
+
:message)
|
5928
|
+
include Aws::Structure
|
5929
|
+
end
|
5930
|
+
|
5931
|
+
# The specified public key doesn't exist.
|
5932
|
+
#
|
5933
|
+
# @!attribute [rw] message
|
5934
|
+
# @return [String]
|
5935
|
+
#
|
5936
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/NoSuchPublicKey AWS API Documentation
|
5937
|
+
#
|
5938
|
+
class NoSuchPublicKey < Struct.new(
|
5939
|
+
:message)
|
5940
|
+
include Aws::Structure
|
5941
|
+
end
|
5942
|
+
|
5943
|
+
# @!attribute [rw] message
|
5944
|
+
# @return [String]
|
5945
|
+
#
|
5946
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/NoSuchResource AWS API Documentation
|
5947
|
+
#
|
5948
|
+
class NoSuchResource < Struct.new(
|
5949
|
+
:message)
|
5950
|
+
include Aws::Structure
|
5951
|
+
end
|
5952
|
+
|
5953
|
+
# The specified streaming distribution does not exist.
|
5954
|
+
#
|
5955
|
+
# @!attribute [rw] message
|
5956
|
+
# @return [String]
|
5957
|
+
#
|
5958
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/NoSuchStreamingDistribution AWS API Documentation
|
5959
|
+
#
|
5960
|
+
class NoSuchStreamingDistribution < Struct.new(
|
5961
|
+
:message)
|
5962
|
+
include Aws::Structure
|
5963
|
+
end
|
5964
|
+
|
5396
5965
|
# A complex type that describes the Amazon S3 bucket, HTTP server (for
|
5397
5966
|
# example, a web server), Amazon MediaStore, or other server from which
|
5398
5967
|
# CloudFront gets your files. This can also be an origin group, if
|
@@ -5880,6 +6449,19 @@ module Aws::CloudFront
|
|
5880
6449
|
include Aws::Structure
|
5881
6450
|
end
|
5882
6451
|
|
6452
|
+
# The precondition given in one or more of the request-header fields
|
6453
|
+
# evaluated to `false`.
|
6454
|
+
#
|
6455
|
+
# @!attribute [rw] message
|
6456
|
+
# @return [String]
|
6457
|
+
#
|
6458
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/PreconditionFailed AWS API Documentation
|
6459
|
+
#
|
6460
|
+
class PreconditionFailed < Struct.new(
|
6461
|
+
:message)
|
6462
|
+
include Aws::Structure
|
6463
|
+
end
|
6464
|
+
|
5883
6465
|
# A complex data type of public keys you add to CloudFront to use with
|
5884
6466
|
# features like field-level encryption.
|
5885
6467
|
#
|
@@ -5905,6 +6487,18 @@ module Aws::CloudFront
|
|
5905
6487
|
include Aws::Structure
|
5906
6488
|
end
|
5907
6489
|
|
6490
|
+
# The specified public key already exists.
|
6491
|
+
#
|
6492
|
+
# @!attribute [rw] message
|
6493
|
+
# @return [String]
|
6494
|
+
#
|
6495
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/PublicKeyAlreadyExists AWS API Documentation
|
6496
|
+
#
|
6497
|
+
class PublicKeyAlreadyExists < Struct.new(
|
6498
|
+
:message)
|
6499
|
+
include Aws::Structure
|
6500
|
+
end
|
6501
|
+
|
5908
6502
|
# Information about a public key you add to CloudFront to use with
|
5909
6503
|
# features like field-level encryption.
|
5910
6504
|
#
|
@@ -5946,6 +6540,18 @@ module Aws::CloudFront
|
|
5946
6540
|
include Aws::Structure
|
5947
6541
|
end
|
5948
6542
|
|
6543
|
+
# The specified public key is in use.
|
6544
|
+
#
|
6545
|
+
# @!attribute [rw] message
|
6546
|
+
# @return [String]
|
6547
|
+
#
|
6548
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/PublicKeyInUse AWS API Documentation
|
6549
|
+
#
|
6550
|
+
class PublicKeyInUse < Struct.new(
|
6551
|
+
:message)
|
6552
|
+
include Aws::Structure
|
6553
|
+
end
|
6554
|
+
|
5949
6555
|
# A list of public keys you've added to CloudFront to use with features
|
5950
6556
|
# like field-level encryption.
|
5951
6557
|
#
|
@@ -6078,6 +6684,18 @@ module Aws::CloudFront
|
|
6078
6684
|
include Aws::Structure
|
6079
6685
|
end
|
6080
6686
|
|
6687
|
+
# No profile specified for the field-level encryption query argument.
|
6688
|
+
#
|
6689
|
+
# @!attribute [rw] message
|
6690
|
+
# @return [String]
|
6691
|
+
#
|
6692
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/QueryArgProfileEmpty AWS API Documentation
|
6693
|
+
#
|
6694
|
+
class QueryArgProfileEmpty < Struct.new(
|
6695
|
+
:message)
|
6696
|
+
include Aws::Structure
|
6697
|
+
end
|
6698
|
+
|
6081
6699
|
# Query argument-profile mapping for field-level encryption.
|
6082
6700
|
#
|
6083
6701
|
# @note When making an API call, you may pass QueryArgProfiles
|
@@ -6385,6 +7003,16 @@ module Aws::CloudFront
|
|
6385
7003
|
include Aws::Structure
|
6386
7004
|
end
|
6387
7005
|
|
7006
|
+
# @!attribute [rw] message
|
7007
|
+
# @return [String]
|
7008
|
+
#
|
7009
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/StreamingDistributionAlreadyExists AWS API Documentation
|
7010
|
+
#
|
7011
|
+
class StreamingDistributionAlreadyExists < Struct.new(
|
7012
|
+
:message)
|
7013
|
+
include Aws::Structure
|
7014
|
+
end
|
7015
|
+
|
6388
7016
|
# The RTMP distribution's configuration information.
|
6389
7017
|
#
|
6390
7018
|
# @note When making an API call, you may pass StreamingDistributionConfig
|
@@ -6588,6 +7216,16 @@ module Aws::CloudFront
|
|
6588
7216
|
include Aws::Structure
|
6589
7217
|
end
|
6590
7218
|
|
7219
|
+
# @!attribute [rw] message
|
7220
|
+
# @return [String]
|
7221
|
+
#
|
7222
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/StreamingDistributionNotDisabled AWS API Documentation
|
7223
|
+
#
|
7224
|
+
class StreamingDistributionNotDisabled < Struct.new(
|
7225
|
+
:message)
|
7226
|
+
include Aws::Structure
|
7227
|
+
end
|
7228
|
+
|
6591
7229
|
# A summary of the information for an Amazon CloudFront streaming
|
6592
7230
|
# distribution.
|
6593
7231
|
#
|
@@ -6828,6 +7466,328 @@ module Aws::CloudFront
|
|
6828
7466
|
include Aws::Structure
|
6829
7467
|
end
|
6830
7468
|
|
7469
|
+
# You cannot create more cache behaviors for the distribution.
|
7470
|
+
#
|
7471
|
+
# @!attribute [rw] message
|
7472
|
+
# @return [String]
|
7473
|
+
#
|
7474
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/TooManyCacheBehaviors AWS API Documentation
|
7475
|
+
#
|
7476
|
+
class TooManyCacheBehaviors < Struct.new(
|
7477
|
+
:message)
|
7478
|
+
include Aws::Structure
|
7479
|
+
end
|
7480
|
+
|
7481
|
+
# You cannot create anymore custom SSL/TLS certificates.
|
7482
|
+
#
|
7483
|
+
# @!attribute [rw] message
|
7484
|
+
# @return [String]
|
7485
|
+
#
|
7486
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/TooManyCertificates AWS API Documentation
|
7487
|
+
#
|
7488
|
+
class TooManyCertificates < Struct.new(
|
7489
|
+
:message)
|
7490
|
+
include Aws::Structure
|
7491
|
+
end
|
7492
|
+
|
7493
|
+
# Processing your request would cause you to exceed the maximum number
|
7494
|
+
# of origin access identities allowed.
|
7495
|
+
#
|
7496
|
+
# @!attribute [rw] message
|
7497
|
+
# @return [String]
|
7498
|
+
#
|
7499
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/TooManyCloudFrontOriginAccessIdentities AWS API Documentation
|
7500
|
+
#
|
7501
|
+
class TooManyCloudFrontOriginAccessIdentities < Struct.new(
|
7502
|
+
:message)
|
7503
|
+
include Aws::Structure
|
7504
|
+
end
|
7505
|
+
|
7506
|
+
# Your request contains more cookie names in the whitelist than are
|
7507
|
+
# allowed per cache behavior.
|
7508
|
+
#
|
7509
|
+
# @!attribute [rw] message
|
7510
|
+
# @return [String]
|
7511
|
+
#
|
7512
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/TooManyCookieNamesInWhiteList AWS API Documentation
|
7513
|
+
#
|
7514
|
+
class TooManyCookieNamesInWhiteList < Struct.new(
|
7515
|
+
:message)
|
7516
|
+
include Aws::Structure
|
7517
|
+
end
|
7518
|
+
|
7519
|
+
# Your request contains more CNAMEs than are allowed per distribution.
|
7520
|
+
#
|
7521
|
+
# @!attribute [rw] message
|
7522
|
+
# @return [String]
|
7523
|
+
#
|
7524
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/TooManyDistributionCNAMEs AWS API Documentation
|
7525
|
+
#
|
7526
|
+
class TooManyDistributionCNAMEs < Struct.new(
|
7527
|
+
:message)
|
7528
|
+
include Aws::Structure
|
7529
|
+
end
|
7530
|
+
|
7531
|
+
# Processing your request would cause you to exceed the maximum number
|
7532
|
+
# of distributions allowed.
|
7533
|
+
#
|
7534
|
+
# @!attribute [rw] message
|
7535
|
+
# @return [String]
|
7536
|
+
#
|
7537
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/TooManyDistributions AWS API Documentation
|
7538
|
+
#
|
7539
|
+
class TooManyDistributions < Struct.new(
|
7540
|
+
:message)
|
7541
|
+
include Aws::Structure
|
7542
|
+
end
|
7543
|
+
|
7544
|
+
# The maximum number of distributions have been associated with the
|
7545
|
+
# specified configuration for field-level encryption.
|
7546
|
+
#
|
7547
|
+
# @!attribute [rw] message
|
7548
|
+
# @return [String]
|
7549
|
+
#
|
7550
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/TooManyDistributionsAssociatedToFieldLevelEncryptionConfig AWS API Documentation
|
7551
|
+
#
|
7552
|
+
class TooManyDistributionsAssociatedToFieldLevelEncryptionConfig < Struct.new(
|
7553
|
+
:message)
|
7554
|
+
include Aws::Structure
|
7555
|
+
end
|
7556
|
+
|
7557
|
+
# Processing your request would cause the maximum number of
|
7558
|
+
# distributions with Lambda function associations per owner to be
|
7559
|
+
# exceeded.
|
7560
|
+
#
|
7561
|
+
# @!attribute [rw] message
|
7562
|
+
# @return [String]
|
7563
|
+
#
|
7564
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/TooManyDistributionsWithLambdaAssociations AWS API Documentation
|
7565
|
+
#
|
7566
|
+
class TooManyDistributionsWithLambdaAssociations < Struct.new(
|
7567
|
+
:message)
|
7568
|
+
include Aws::Structure
|
7569
|
+
end
|
7570
|
+
|
7571
|
+
# The maximum number of configurations for field-level encryption have
|
7572
|
+
# been created.
|
7573
|
+
#
|
7574
|
+
# @!attribute [rw] message
|
7575
|
+
# @return [String]
|
7576
|
+
#
|
7577
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/TooManyFieldLevelEncryptionConfigs AWS API Documentation
|
7578
|
+
#
|
7579
|
+
class TooManyFieldLevelEncryptionConfigs < Struct.new(
|
7580
|
+
:message)
|
7581
|
+
include Aws::Structure
|
7582
|
+
end
|
7583
|
+
|
7584
|
+
# The maximum number of content type profiles for field-level encryption
|
7585
|
+
# have been created.
|
7586
|
+
#
|
7587
|
+
# @!attribute [rw] message
|
7588
|
+
# @return [String]
|
7589
|
+
#
|
7590
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/TooManyFieldLevelEncryptionContentTypeProfiles AWS API Documentation
|
7591
|
+
#
|
7592
|
+
class TooManyFieldLevelEncryptionContentTypeProfiles < Struct.new(
|
7593
|
+
:message)
|
7594
|
+
include Aws::Structure
|
7595
|
+
end
|
7596
|
+
|
7597
|
+
# The maximum number of encryption entities for field-level encryption
|
7598
|
+
# have been created.
|
7599
|
+
#
|
7600
|
+
# @!attribute [rw] message
|
7601
|
+
# @return [String]
|
7602
|
+
#
|
7603
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/TooManyFieldLevelEncryptionEncryptionEntities AWS API Documentation
|
7604
|
+
#
|
7605
|
+
class TooManyFieldLevelEncryptionEncryptionEntities < Struct.new(
|
7606
|
+
:message)
|
7607
|
+
include Aws::Structure
|
7608
|
+
end
|
7609
|
+
|
7610
|
+
# The maximum number of field patterns for field-level encryption have
|
7611
|
+
# been created.
|
7612
|
+
#
|
7613
|
+
# @!attribute [rw] message
|
7614
|
+
# @return [String]
|
7615
|
+
#
|
7616
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/TooManyFieldLevelEncryptionFieldPatterns AWS API Documentation
|
7617
|
+
#
|
7618
|
+
class TooManyFieldLevelEncryptionFieldPatterns < Struct.new(
|
7619
|
+
:message)
|
7620
|
+
include Aws::Structure
|
7621
|
+
end
|
7622
|
+
|
7623
|
+
# The maximum number of profiles for field-level encryption have been
|
7624
|
+
# created.
|
7625
|
+
#
|
7626
|
+
# @!attribute [rw] message
|
7627
|
+
# @return [String]
|
7628
|
+
#
|
7629
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/TooManyFieldLevelEncryptionProfiles AWS API Documentation
|
7630
|
+
#
|
7631
|
+
class TooManyFieldLevelEncryptionProfiles < Struct.new(
|
7632
|
+
:message)
|
7633
|
+
include Aws::Structure
|
7634
|
+
end
|
7635
|
+
|
7636
|
+
# The maximum number of query arg profiles for field-level encryption
|
7637
|
+
# have been created.
|
7638
|
+
#
|
7639
|
+
# @!attribute [rw] message
|
7640
|
+
# @return [String]
|
7641
|
+
#
|
7642
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/TooManyFieldLevelEncryptionQueryArgProfiles AWS API Documentation
|
7643
|
+
#
|
7644
|
+
class TooManyFieldLevelEncryptionQueryArgProfiles < Struct.new(
|
7645
|
+
:message)
|
7646
|
+
include Aws::Structure
|
7647
|
+
end
|
7648
|
+
|
7649
|
+
# @!attribute [rw] message
|
7650
|
+
# @return [String]
|
7651
|
+
#
|
7652
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/TooManyHeadersInForwardedValues AWS API Documentation
|
7653
|
+
#
|
7654
|
+
class TooManyHeadersInForwardedValues < Struct.new(
|
7655
|
+
:message)
|
7656
|
+
include Aws::Structure
|
7657
|
+
end
|
7658
|
+
|
7659
|
+
# You have exceeded the maximum number of allowable InProgress
|
7660
|
+
# invalidation batch requests, or invalidation objects.
|
7661
|
+
#
|
7662
|
+
# @!attribute [rw] message
|
7663
|
+
# @return [String]
|
7664
|
+
#
|
7665
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/TooManyInvalidationsInProgress AWS API Documentation
|
7666
|
+
#
|
7667
|
+
class TooManyInvalidationsInProgress < Struct.new(
|
7668
|
+
:message)
|
7669
|
+
include Aws::Structure
|
7670
|
+
end
|
7671
|
+
|
7672
|
+
# Your request contains more Lambda function associations than are
|
7673
|
+
# allowed per distribution.
|
7674
|
+
#
|
7675
|
+
# @!attribute [rw] message
|
7676
|
+
# @return [String]
|
7677
|
+
#
|
7678
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/TooManyLambdaFunctionAssociations AWS API Documentation
|
7679
|
+
#
|
7680
|
+
class TooManyLambdaFunctionAssociations < Struct.new(
|
7681
|
+
:message)
|
7682
|
+
include Aws::Structure
|
7683
|
+
end
|
7684
|
+
|
7685
|
+
# @!attribute [rw] message
|
7686
|
+
# @return [String]
|
7687
|
+
#
|
7688
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/TooManyOriginCustomHeaders AWS API Documentation
|
7689
|
+
#
|
7690
|
+
class TooManyOriginCustomHeaders < Struct.new(
|
7691
|
+
:message)
|
7692
|
+
include Aws::Structure
|
7693
|
+
end
|
7694
|
+
|
7695
|
+
# Processing your request would cause you to exceed the maximum number
|
7696
|
+
# of origin groups allowed.
|
7697
|
+
#
|
7698
|
+
# @!attribute [rw] message
|
7699
|
+
# @return [String]
|
7700
|
+
#
|
7701
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/TooManyOriginGroupsPerDistribution AWS API Documentation
|
7702
|
+
#
|
7703
|
+
class TooManyOriginGroupsPerDistribution < Struct.new(
|
7704
|
+
:message)
|
7705
|
+
include Aws::Structure
|
7706
|
+
end
|
7707
|
+
|
7708
|
+
# You cannot create more origins for the distribution.
|
7709
|
+
#
|
7710
|
+
# @!attribute [rw] message
|
7711
|
+
# @return [String]
|
7712
|
+
#
|
7713
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/TooManyOrigins AWS API Documentation
|
7714
|
+
#
|
7715
|
+
class TooManyOrigins < Struct.new(
|
7716
|
+
:message)
|
7717
|
+
include Aws::Structure
|
7718
|
+
end
|
7719
|
+
|
7720
|
+
# The maximum number of public keys for field-level encryption have been
|
7721
|
+
# created. To create a new public key, delete one of the existing keys.
|
7722
|
+
#
|
7723
|
+
# @!attribute [rw] message
|
7724
|
+
# @return [String]
|
7725
|
+
#
|
7726
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/TooManyPublicKeys AWS API Documentation
|
7727
|
+
#
|
7728
|
+
class TooManyPublicKeys < Struct.new(
|
7729
|
+
:message)
|
7730
|
+
include Aws::Structure
|
7731
|
+
end
|
7732
|
+
|
7733
|
+
# @!attribute [rw] message
|
7734
|
+
# @return [String]
|
7735
|
+
#
|
7736
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/TooManyQueryStringParameters AWS API Documentation
|
7737
|
+
#
|
7738
|
+
class TooManyQueryStringParameters < Struct.new(
|
7739
|
+
:message)
|
7740
|
+
include Aws::Structure
|
7741
|
+
end
|
7742
|
+
|
7743
|
+
# @!attribute [rw] message
|
7744
|
+
# @return [String]
|
7745
|
+
#
|
7746
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/TooManyStreamingDistributionCNAMEs AWS API Documentation
|
7747
|
+
#
|
7748
|
+
class TooManyStreamingDistributionCNAMEs < Struct.new(
|
7749
|
+
:message)
|
7750
|
+
include Aws::Structure
|
7751
|
+
end
|
7752
|
+
|
7753
|
+
# Processing your request would cause you to exceed the maximum number
|
7754
|
+
# of streaming distributions allowed.
|
7755
|
+
#
|
7756
|
+
# @!attribute [rw] message
|
7757
|
+
# @return [String]
|
7758
|
+
#
|
7759
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/TooManyStreamingDistributions AWS API Documentation
|
7760
|
+
#
|
7761
|
+
class TooManyStreamingDistributions < Struct.new(
|
7762
|
+
:message)
|
7763
|
+
include Aws::Structure
|
7764
|
+
end
|
7765
|
+
|
7766
|
+
# Your request contains more trusted signers than are allowed per
|
7767
|
+
# distribution.
|
7768
|
+
#
|
7769
|
+
# @!attribute [rw] message
|
7770
|
+
# @return [String]
|
7771
|
+
#
|
7772
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/TooManyTrustedSigners AWS API Documentation
|
7773
|
+
#
|
7774
|
+
class TooManyTrustedSigners < Struct.new(
|
7775
|
+
:message)
|
7776
|
+
include Aws::Structure
|
7777
|
+
end
|
7778
|
+
|
7779
|
+
# One or more of your trusted signers don't exist.
|
7780
|
+
#
|
7781
|
+
# @!attribute [rw] message
|
7782
|
+
# @return [String]
|
7783
|
+
#
|
7784
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/TrustedSignerDoesNotExist AWS API Documentation
|
7785
|
+
#
|
7786
|
+
class TrustedSignerDoesNotExist < Struct.new(
|
7787
|
+
:message)
|
7788
|
+
include Aws::Structure
|
7789
|
+
end
|
7790
|
+
|
6831
7791
|
# A complex type that specifies the AWS accounts, if any, that you want
|
6832
7792
|
# to allow to create signed URLs for private content.
|
6833
7793
|
#
|