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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 500e2ebc17f0dcca05c35cf8fb25a9c16c666334
4
- data.tar.gz: 773e592b92c572fbb841cea5ca56beb13c8f012f
3
+ metadata.gz: 30757c08ae6e0c0a017e3068ed145d716decc721
4
+ data.tar.gz: e4859821451e977e336ef2c11afdfa3b80a6c2de
5
5
  SHA512:
6
- metadata.gz: 9b861af95651be58bf7b67548d5a1683c39e676f63f8d9149f0e548f537ce8c8fb2ef3ca401a6a33327302f66618da3153c7a72db3484bb247977c7d980ca560
7
- data.tar.gz: 3500020b9d6dadbdb67b8d7b880379dd5c3409dc6f4fc4357b3dcd3399936e1bf5a7663a58c61d0c7c06d53153f48d3fe4645e5480885f4fb057de97c9da417e
6
+ metadata.gz: 20a36eb8853a0b4d6cdc0a66205c8eb112174d9b145615348747b7068e2c76e29ee7dbdad86b81c8fd2f23f5b953f2958566eb5025f2b0570dd7343db20480c3
7
+ data.tar.gz: 378e27d9e79ab7b16fc657d6ff4c25f70cda01648daf5a2ed681f68565ef835a6928d52e1ebabc7a67ee5c22a16dd51b969f823055bf10ca3f58e051b67e5dc6
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-cloudfront/customizations'
43
43
  # @service
44
44
  module Aws::CloudFront
45
45
 
46
- GEM_VERSION = '1.17.0'
46
+ GEM_VERSION = '1.18.0'
47
47
 
48
48
  end
@@ -4058,7 +4058,7 @@ module Aws::CloudFront
4058
4058
  params: params,
4059
4059
  config: config)
4060
4060
  context[:gem_name] = 'aws-sdk-cloudfront'
4061
- context[:gem_version] = '1.17.0'
4061
+ context[:gem_version] = '1.18.0'
4062
4062
  Seahorse::Client::Request.new(handlers, context)
4063
4063
  end
4064
4064
 
@@ -310,6 +310,9 @@ module Aws::CloudFront
310
310
  string = Shapes::StringShape.new(name: 'string')
311
311
  timestamp = Shapes::TimestampShape.new(name: 'timestamp')
312
312
 
313
+ AccessDenied.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
314
+ AccessDenied.struct_class = Types::AccessDenied
315
+
313
316
  ActiveTrustedSigners.add_member(:enabled, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "Enabled"))
314
317
  ActiveTrustedSigners.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
315
318
  ActiveTrustedSigners.add_member(:items, Shapes::ShapeRef.new(shape: SignerList, location_name: "Items"))
@@ -328,6 +331,12 @@ module Aws::CloudFront
328
331
 
329
332
  AwsAccountNumberList.member = Shapes::ShapeRef.new(shape: string, location_name: "AwsAccountNumber")
330
333
 
334
+ BatchTooLarge.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
335
+ BatchTooLarge.struct_class = Types::BatchTooLarge
336
+
337
+ CNAMEAlreadyExists.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
338
+ CNAMEAlreadyExists.struct_class = Types::CNAMEAlreadyExists
339
+
331
340
  CacheBehavior.add_member(:path_pattern, Shapes::ShapeRef.new(shape: string, required: true, location_name: "PathPattern"))
332
341
  CacheBehavior.add_member(:target_origin_id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "TargetOriginId"))
333
342
  CacheBehavior.add_member(:forwarded_values, Shapes::ShapeRef.new(shape: ForwardedValues, required: true, location_name: "ForwardedValues"))
@@ -353,15 +362,24 @@ module Aws::CloudFront
353
362
  CachedMethods.add_member(:items, Shapes::ShapeRef.new(shape: MethodsList, required: true, location_name: "Items"))
354
363
  CachedMethods.struct_class = Types::CachedMethods
355
364
 
365
+ CannotChangeImmutablePublicKeyFields.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
366
+ CannotChangeImmutablePublicKeyFields.struct_class = Types::CannotChangeImmutablePublicKeyFields
367
+
356
368
  CloudFrontOriginAccessIdentity.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
357
369
  CloudFrontOriginAccessIdentity.add_member(:s3_canonical_user_id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "S3CanonicalUserId"))
358
370
  CloudFrontOriginAccessIdentity.add_member(:cloud_front_origin_access_identity_config, Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentityConfig, location_name: "CloudFrontOriginAccessIdentityConfig"))
359
371
  CloudFrontOriginAccessIdentity.struct_class = Types::CloudFrontOriginAccessIdentity
360
372
 
373
+ CloudFrontOriginAccessIdentityAlreadyExists.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
374
+ CloudFrontOriginAccessIdentityAlreadyExists.struct_class = Types::CloudFrontOriginAccessIdentityAlreadyExists
375
+
361
376
  CloudFrontOriginAccessIdentityConfig.add_member(:caller_reference, Shapes::ShapeRef.new(shape: string, required: true, location_name: "CallerReference"))
362
377
  CloudFrontOriginAccessIdentityConfig.add_member(:comment, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Comment"))
363
378
  CloudFrontOriginAccessIdentityConfig.struct_class = Types::CloudFrontOriginAccessIdentityConfig
364
379
 
380
+ CloudFrontOriginAccessIdentityInUse.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
381
+ CloudFrontOriginAccessIdentityInUse.struct_class = Types::CloudFrontOriginAccessIdentityInUse
382
+
365
383
  CloudFrontOriginAccessIdentityList.add_member(:marker, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Marker"))
366
384
  CloudFrontOriginAccessIdentityList.add_member(:next_marker, Shapes::ShapeRef.new(shape: string, location_name: "NextMarker"))
367
385
  CloudFrontOriginAccessIdentityList.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "MaxItems"))
@@ -582,6 +600,9 @@ module Aws::CloudFront
582
600
  Distribution.add_member(:distribution_config, Shapes::ShapeRef.new(shape: DistributionConfig, required: true, location_name: "DistributionConfig"))
583
601
  Distribution.struct_class = Types::Distribution
584
602
 
603
+ DistributionAlreadyExists.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
604
+ DistributionAlreadyExists.struct_class = Types::DistributionAlreadyExists
605
+
585
606
  DistributionConfig.add_member(:caller_reference, Shapes::ShapeRef.new(shape: string, required: true, location_name: "CallerReference"))
586
607
  DistributionConfig.add_member(:aliases, Shapes::ShapeRef.new(shape: Aliases, location_name: "Aliases"))
587
608
  DistributionConfig.add_member(:default_root_object, Shapes::ShapeRef.new(shape: string, location_name: "DefaultRootObject"))
@@ -613,6 +634,9 @@ module Aws::CloudFront
613
634
  DistributionList.add_member(:items, Shapes::ShapeRef.new(shape: DistributionSummaryList, location_name: "Items"))
614
635
  DistributionList.struct_class = Types::DistributionList
615
636
 
637
+ DistributionNotDisabled.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
638
+ DistributionNotDisabled.struct_class = Types::DistributionNotDisabled
639
+
616
640
  DistributionSummary.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
617
641
  DistributionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: string, required: true, location_name: "ARN"))
618
642
  DistributionSummary.add_member(:status, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Status"))
@@ -658,6 +682,12 @@ module Aws::CloudFront
658
682
  FieldLevelEncryptionConfig.add_member(:content_type_profile_config, Shapes::ShapeRef.new(shape: ContentTypeProfileConfig, location_name: "ContentTypeProfileConfig"))
659
683
  FieldLevelEncryptionConfig.struct_class = Types::FieldLevelEncryptionConfig
660
684
 
685
+ FieldLevelEncryptionConfigAlreadyExists.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
686
+ FieldLevelEncryptionConfigAlreadyExists.struct_class = Types::FieldLevelEncryptionConfigAlreadyExists
687
+
688
+ FieldLevelEncryptionConfigInUse.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
689
+ FieldLevelEncryptionConfigInUse.struct_class = Types::FieldLevelEncryptionConfigInUse
690
+
661
691
  FieldLevelEncryptionList.add_member(:next_marker, Shapes::ShapeRef.new(shape: string, location_name: "NextMarker"))
662
692
  FieldLevelEncryptionList.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "MaxItems"))
663
693
  FieldLevelEncryptionList.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
@@ -669,18 +699,27 @@ module Aws::CloudFront
669
699
  FieldLevelEncryptionProfile.add_member(:field_level_encryption_profile_config, Shapes::ShapeRef.new(shape: FieldLevelEncryptionProfileConfig, required: true, location_name: "FieldLevelEncryptionProfileConfig"))
670
700
  FieldLevelEncryptionProfile.struct_class = Types::FieldLevelEncryptionProfile
671
701
 
702
+ FieldLevelEncryptionProfileAlreadyExists.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
703
+ FieldLevelEncryptionProfileAlreadyExists.struct_class = Types::FieldLevelEncryptionProfileAlreadyExists
704
+
672
705
  FieldLevelEncryptionProfileConfig.add_member(:name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Name"))
673
706
  FieldLevelEncryptionProfileConfig.add_member(:caller_reference, Shapes::ShapeRef.new(shape: string, required: true, location_name: "CallerReference"))
674
707
  FieldLevelEncryptionProfileConfig.add_member(:comment, Shapes::ShapeRef.new(shape: string, location_name: "Comment"))
675
708
  FieldLevelEncryptionProfileConfig.add_member(:encryption_entities, Shapes::ShapeRef.new(shape: EncryptionEntities, required: true, location_name: "EncryptionEntities"))
676
709
  FieldLevelEncryptionProfileConfig.struct_class = Types::FieldLevelEncryptionProfileConfig
677
710
 
711
+ FieldLevelEncryptionProfileInUse.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
712
+ FieldLevelEncryptionProfileInUse.struct_class = Types::FieldLevelEncryptionProfileInUse
713
+
678
714
  FieldLevelEncryptionProfileList.add_member(:next_marker, Shapes::ShapeRef.new(shape: string, location_name: "NextMarker"))
679
715
  FieldLevelEncryptionProfileList.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "MaxItems"))
680
716
  FieldLevelEncryptionProfileList.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
681
717
  FieldLevelEncryptionProfileList.add_member(:items, Shapes::ShapeRef.new(shape: FieldLevelEncryptionProfileSummaryList, location_name: "Items"))
682
718
  FieldLevelEncryptionProfileList.struct_class = Types::FieldLevelEncryptionProfileList
683
719
 
720
+ FieldLevelEncryptionProfileSizeExceeded.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
721
+ FieldLevelEncryptionProfileSizeExceeded.struct_class = Types::FieldLevelEncryptionProfileSizeExceeded
722
+
684
723
  FieldLevelEncryptionProfileSummary.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
685
724
  FieldLevelEncryptionProfileSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastModifiedTime"))
686
725
  FieldLevelEncryptionProfileSummary.add_member(:name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Name"))
@@ -839,6 +878,84 @@ module Aws::CloudFront
839
878
  Headers.add_member(:items, Shapes::ShapeRef.new(shape: HeaderList, location_name: "Items"))
840
879
  Headers.struct_class = Types::Headers
841
880
 
881
+ IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
882
+ IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior.struct_class = Types::IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior
883
+
884
+ IllegalUpdate.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
885
+ IllegalUpdate.struct_class = Types::IllegalUpdate
886
+
887
+ InconsistentQuantities.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
888
+ InconsistentQuantities.struct_class = Types::InconsistentQuantities
889
+
890
+ InvalidArgument.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
891
+ InvalidArgument.struct_class = Types::InvalidArgument
892
+
893
+ InvalidDefaultRootObject.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
894
+ InvalidDefaultRootObject.struct_class = Types::InvalidDefaultRootObject
895
+
896
+ InvalidErrorCode.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
897
+ InvalidErrorCode.struct_class = Types::InvalidErrorCode
898
+
899
+ InvalidForwardCookies.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
900
+ InvalidForwardCookies.struct_class = Types::InvalidForwardCookies
901
+
902
+ InvalidGeoRestrictionParameter.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
903
+ InvalidGeoRestrictionParameter.struct_class = Types::InvalidGeoRestrictionParameter
904
+
905
+ InvalidHeadersForS3Origin.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
906
+ InvalidHeadersForS3Origin.struct_class = Types::InvalidHeadersForS3Origin
907
+
908
+ InvalidIfMatchVersion.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
909
+ InvalidIfMatchVersion.struct_class = Types::InvalidIfMatchVersion
910
+
911
+ InvalidLambdaFunctionAssociation.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
912
+ InvalidLambdaFunctionAssociation.struct_class = Types::InvalidLambdaFunctionAssociation
913
+
914
+ InvalidLocationCode.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
915
+ InvalidLocationCode.struct_class = Types::InvalidLocationCode
916
+
917
+ InvalidMinimumProtocolVersion.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
918
+ InvalidMinimumProtocolVersion.struct_class = Types::InvalidMinimumProtocolVersion
919
+
920
+ InvalidOrigin.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
921
+ InvalidOrigin.struct_class = Types::InvalidOrigin
922
+
923
+ InvalidOriginAccessIdentity.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
924
+ InvalidOriginAccessIdentity.struct_class = Types::InvalidOriginAccessIdentity
925
+
926
+ InvalidOriginKeepaliveTimeout.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
927
+ InvalidOriginKeepaliveTimeout.struct_class = Types::InvalidOriginKeepaliveTimeout
928
+
929
+ InvalidOriginReadTimeout.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
930
+ InvalidOriginReadTimeout.struct_class = Types::InvalidOriginReadTimeout
931
+
932
+ InvalidProtocolSettings.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
933
+ InvalidProtocolSettings.struct_class = Types::InvalidProtocolSettings
934
+
935
+ InvalidQueryStringParameters.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
936
+ InvalidQueryStringParameters.struct_class = Types::InvalidQueryStringParameters
937
+
938
+ InvalidRelativePath.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
939
+ InvalidRelativePath.struct_class = Types::InvalidRelativePath
940
+
941
+ InvalidRequiredProtocol.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
942
+ InvalidRequiredProtocol.struct_class = Types::InvalidRequiredProtocol
943
+
944
+ InvalidResponseCode.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
945
+ InvalidResponseCode.struct_class = Types::InvalidResponseCode
946
+
947
+ InvalidTTLOrder.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
948
+ InvalidTTLOrder.struct_class = Types::InvalidTTLOrder
949
+
950
+ InvalidTagging.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
951
+ InvalidTagging.struct_class = Types::InvalidTagging
952
+
953
+ InvalidViewerCertificate.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
954
+ InvalidViewerCertificate.struct_class = Types::InvalidViewerCertificate
955
+
956
+ InvalidWebACLId.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
957
+ InvalidWebACLId.struct_class = Types::InvalidWebACLId
958
+
842
959
  Invalidation.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
843
960
  Invalidation.add_member(:status, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Status"))
844
961
  Invalidation.add_member(:create_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreateTime"))
@@ -973,6 +1090,36 @@ module Aws::CloudFront
973
1090
 
974
1091
  MethodsList.member = Shapes::ShapeRef.new(shape: Method, location_name: "Method")
975
1092
 
1093
+ MissingBody.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1094
+ MissingBody.struct_class = Types::MissingBody
1095
+
1096
+ NoSuchCloudFrontOriginAccessIdentity.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1097
+ NoSuchCloudFrontOriginAccessIdentity.struct_class = Types::NoSuchCloudFrontOriginAccessIdentity
1098
+
1099
+ NoSuchDistribution.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1100
+ NoSuchDistribution.struct_class = Types::NoSuchDistribution
1101
+
1102
+ NoSuchFieldLevelEncryptionConfig.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1103
+ NoSuchFieldLevelEncryptionConfig.struct_class = Types::NoSuchFieldLevelEncryptionConfig
1104
+
1105
+ NoSuchFieldLevelEncryptionProfile.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1106
+ NoSuchFieldLevelEncryptionProfile.struct_class = Types::NoSuchFieldLevelEncryptionProfile
1107
+
1108
+ NoSuchInvalidation.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1109
+ NoSuchInvalidation.struct_class = Types::NoSuchInvalidation
1110
+
1111
+ NoSuchOrigin.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1112
+ NoSuchOrigin.struct_class = Types::NoSuchOrigin
1113
+
1114
+ NoSuchPublicKey.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1115
+ NoSuchPublicKey.struct_class = Types::NoSuchPublicKey
1116
+
1117
+ NoSuchResource.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1118
+ NoSuchResource.struct_class = Types::NoSuchResource
1119
+
1120
+ NoSuchStreamingDistribution.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1121
+ NoSuchStreamingDistribution.struct_class = Types::NoSuchStreamingDistribution
1122
+
976
1123
  Origin.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
977
1124
  Origin.add_member(:domain_name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "DomainName"))
978
1125
  Origin.add_member(:origin_path, Shapes::ShapeRef.new(shape: string, location_name: "OriginPath"))
@@ -1026,17 +1173,26 @@ module Aws::CloudFront
1026
1173
  Paths.add_member(:items, Shapes::ShapeRef.new(shape: PathList, location_name: "Items"))
1027
1174
  Paths.struct_class = Types::Paths
1028
1175
 
1176
+ PreconditionFailed.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1177
+ PreconditionFailed.struct_class = Types::PreconditionFailed
1178
+
1029
1179
  PublicKey.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
1030
1180
  PublicKey.add_member(:created_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedTime"))
1031
1181
  PublicKey.add_member(:public_key_config, Shapes::ShapeRef.new(shape: PublicKeyConfig, required: true, location_name: "PublicKeyConfig"))
1032
1182
  PublicKey.struct_class = Types::PublicKey
1033
1183
 
1184
+ PublicKeyAlreadyExists.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1185
+ PublicKeyAlreadyExists.struct_class = Types::PublicKeyAlreadyExists
1186
+
1034
1187
  PublicKeyConfig.add_member(:caller_reference, Shapes::ShapeRef.new(shape: string, required: true, location_name: "CallerReference"))
1035
1188
  PublicKeyConfig.add_member(:name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Name"))
1036
1189
  PublicKeyConfig.add_member(:encoded_key, Shapes::ShapeRef.new(shape: string, required: true, location_name: "EncodedKey"))
1037
1190
  PublicKeyConfig.add_member(:comment, Shapes::ShapeRef.new(shape: string, location_name: "Comment"))
1038
1191
  PublicKeyConfig.struct_class = Types::PublicKeyConfig
1039
1192
 
1193
+ PublicKeyInUse.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1194
+ PublicKeyInUse.struct_class = Types::PublicKeyInUse
1195
+
1040
1196
  PublicKeyList.add_member(:next_marker, Shapes::ShapeRef.new(shape: string, location_name: "NextMarker"))
1041
1197
  PublicKeyList.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "MaxItems"))
1042
1198
  PublicKeyList.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
@@ -1060,6 +1216,9 @@ module Aws::CloudFront
1060
1216
  QueryArgProfileConfig.add_member(:query_arg_profiles, Shapes::ShapeRef.new(shape: QueryArgProfiles, location_name: "QueryArgProfiles"))
1061
1217
  QueryArgProfileConfig.struct_class = Types::QueryArgProfileConfig
1062
1218
 
1219
+ QueryArgProfileEmpty.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1220
+ QueryArgProfileEmpty.struct_class = Types::QueryArgProfileEmpty
1221
+
1063
1222
  QueryArgProfileList.member = Shapes::ShapeRef.new(shape: QueryArgProfile, location_name: "QueryArgProfile")
1064
1223
 
1065
1224
  QueryArgProfiles.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
@@ -1105,6 +1264,9 @@ module Aws::CloudFront
1105
1264
  StreamingDistribution.add_member(:streaming_distribution_config, Shapes::ShapeRef.new(shape: StreamingDistributionConfig, required: true, location_name: "StreamingDistributionConfig"))
1106
1265
  StreamingDistribution.struct_class = Types::StreamingDistribution
1107
1266
 
1267
+ StreamingDistributionAlreadyExists.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1268
+ StreamingDistributionAlreadyExists.struct_class = Types::StreamingDistributionAlreadyExists
1269
+
1108
1270
  StreamingDistributionConfig.add_member(:caller_reference, Shapes::ShapeRef.new(shape: string, required: true, location_name: "CallerReference"))
1109
1271
  StreamingDistributionConfig.add_member(:s3_origin, Shapes::ShapeRef.new(shape: S3Origin, required: true, location_name: "S3Origin"))
1110
1272
  StreamingDistributionConfig.add_member(:aliases, Shapes::ShapeRef.new(shape: Aliases, location_name: "Aliases"))
@@ -1127,6 +1289,9 @@ module Aws::CloudFront
1127
1289
  StreamingDistributionList.add_member(:items, Shapes::ShapeRef.new(shape: StreamingDistributionSummaryList, location_name: "Items"))
1128
1290
  StreamingDistributionList.struct_class = Types::StreamingDistributionList
1129
1291
 
1292
+ StreamingDistributionNotDisabled.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1293
+ StreamingDistributionNotDisabled.struct_class = Types::StreamingDistributionNotDisabled
1294
+
1130
1295
  StreamingDistributionSummary.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
1131
1296
  StreamingDistributionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: string, required: true, location_name: "ARN"))
1132
1297
  StreamingDistributionSummary.add_member(:status, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Status"))
@@ -1167,6 +1332,84 @@ module Aws::CloudFront
1167
1332
  Tags.add_member(:items, Shapes::ShapeRef.new(shape: TagList, location_name: "Items"))
1168
1333
  Tags.struct_class = Types::Tags
1169
1334
 
1335
+ TooManyCacheBehaviors.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1336
+ TooManyCacheBehaviors.struct_class = Types::TooManyCacheBehaviors
1337
+
1338
+ TooManyCertificates.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1339
+ TooManyCertificates.struct_class = Types::TooManyCertificates
1340
+
1341
+ TooManyCloudFrontOriginAccessIdentities.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1342
+ TooManyCloudFrontOriginAccessIdentities.struct_class = Types::TooManyCloudFrontOriginAccessIdentities
1343
+
1344
+ TooManyCookieNamesInWhiteList.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1345
+ TooManyCookieNamesInWhiteList.struct_class = Types::TooManyCookieNamesInWhiteList
1346
+
1347
+ TooManyDistributionCNAMEs.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1348
+ TooManyDistributionCNAMEs.struct_class = Types::TooManyDistributionCNAMEs
1349
+
1350
+ TooManyDistributions.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1351
+ TooManyDistributions.struct_class = Types::TooManyDistributions
1352
+
1353
+ TooManyDistributionsAssociatedToFieldLevelEncryptionConfig.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1354
+ TooManyDistributionsAssociatedToFieldLevelEncryptionConfig.struct_class = Types::TooManyDistributionsAssociatedToFieldLevelEncryptionConfig
1355
+
1356
+ TooManyDistributionsWithLambdaAssociations.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1357
+ TooManyDistributionsWithLambdaAssociations.struct_class = Types::TooManyDistributionsWithLambdaAssociations
1358
+
1359
+ TooManyFieldLevelEncryptionConfigs.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1360
+ TooManyFieldLevelEncryptionConfigs.struct_class = Types::TooManyFieldLevelEncryptionConfigs
1361
+
1362
+ TooManyFieldLevelEncryptionContentTypeProfiles.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1363
+ TooManyFieldLevelEncryptionContentTypeProfiles.struct_class = Types::TooManyFieldLevelEncryptionContentTypeProfiles
1364
+
1365
+ TooManyFieldLevelEncryptionEncryptionEntities.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1366
+ TooManyFieldLevelEncryptionEncryptionEntities.struct_class = Types::TooManyFieldLevelEncryptionEncryptionEntities
1367
+
1368
+ TooManyFieldLevelEncryptionFieldPatterns.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1369
+ TooManyFieldLevelEncryptionFieldPatterns.struct_class = Types::TooManyFieldLevelEncryptionFieldPatterns
1370
+
1371
+ TooManyFieldLevelEncryptionProfiles.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1372
+ TooManyFieldLevelEncryptionProfiles.struct_class = Types::TooManyFieldLevelEncryptionProfiles
1373
+
1374
+ TooManyFieldLevelEncryptionQueryArgProfiles.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1375
+ TooManyFieldLevelEncryptionQueryArgProfiles.struct_class = Types::TooManyFieldLevelEncryptionQueryArgProfiles
1376
+
1377
+ TooManyHeadersInForwardedValues.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1378
+ TooManyHeadersInForwardedValues.struct_class = Types::TooManyHeadersInForwardedValues
1379
+
1380
+ TooManyInvalidationsInProgress.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1381
+ TooManyInvalidationsInProgress.struct_class = Types::TooManyInvalidationsInProgress
1382
+
1383
+ TooManyLambdaFunctionAssociations.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1384
+ TooManyLambdaFunctionAssociations.struct_class = Types::TooManyLambdaFunctionAssociations
1385
+
1386
+ TooManyOriginCustomHeaders.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1387
+ TooManyOriginCustomHeaders.struct_class = Types::TooManyOriginCustomHeaders
1388
+
1389
+ TooManyOriginGroupsPerDistribution.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1390
+ TooManyOriginGroupsPerDistribution.struct_class = Types::TooManyOriginGroupsPerDistribution
1391
+
1392
+ TooManyOrigins.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1393
+ TooManyOrigins.struct_class = Types::TooManyOrigins
1394
+
1395
+ TooManyPublicKeys.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1396
+ TooManyPublicKeys.struct_class = Types::TooManyPublicKeys
1397
+
1398
+ TooManyQueryStringParameters.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1399
+ TooManyQueryStringParameters.struct_class = Types::TooManyQueryStringParameters
1400
+
1401
+ TooManyStreamingDistributionCNAMEs.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1402
+ TooManyStreamingDistributionCNAMEs.struct_class = Types::TooManyStreamingDistributionCNAMEs
1403
+
1404
+ TooManyStreamingDistributions.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1405
+ TooManyStreamingDistributions.struct_class = Types::TooManyStreamingDistributions
1406
+
1407
+ TooManyTrustedSigners.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1408
+ TooManyTrustedSigners.struct_class = Types::TooManyTrustedSigners
1409
+
1410
+ TrustedSignerDoesNotExist.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1411
+ TrustedSignerDoesNotExist.struct_class = Types::TrustedSignerDoesNotExist
1412
+
1170
1413
  TrustedSigners.add_member(:enabled, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "Enabled"))
1171
1414
  TrustedSigners.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
1172
1415
  TrustedSigners.add_member(:items, Shapes::ShapeRef.new(shape: AwsAccountNumberList, location_name: "Items"))
@@ -10,5 +10,1301 @@ module Aws::CloudFront
10
10
 
11
11
  extend Aws::Errors::DynamicErrors
12
12
 
13
+ class AccessDenied < ServiceError
14
+
15
+ # @param [Seahorse::Client::RequestContext] context
16
+ # @param [String] message
17
+ # @param [Aws::CloudFront::Types::AccessDenied] data
18
+ def initialize(context, message, data = Aws::EmptyStructure.new)
19
+ super(context, message, data)
20
+ end
21
+
22
+ # @return [String]
23
+ def message
24
+ @message || @data[:message]
25
+ end
26
+
27
+ end
28
+
29
+ class BatchTooLarge < ServiceError
30
+
31
+ # @param [Seahorse::Client::RequestContext] context
32
+ # @param [String] message
33
+ # @param [Aws::CloudFront::Types::BatchTooLarge] data
34
+ def initialize(context, message, data = Aws::EmptyStructure.new)
35
+ super(context, message, data)
36
+ end
37
+
38
+ # @return [String]
39
+ def message
40
+ @message || @data[:message]
41
+ end
42
+
43
+ end
44
+
45
+ class CNAMEAlreadyExists < ServiceError
46
+
47
+ # @param [Seahorse::Client::RequestContext] context
48
+ # @param [String] message
49
+ # @param [Aws::CloudFront::Types::CNAMEAlreadyExists] data
50
+ def initialize(context, message, data = Aws::EmptyStructure.new)
51
+ super(context, message, data)
52
+ end
53
+
54
+ # @return [String]
55
+ def message
56
+ @message || @data[:message]
57
+ end
58
+
59
+ end
60
+
61
+ class CannotChangeImmutablePublicKeyFields < ServiceError
62
+
63
+ # @param [Seahorse::Client::RequestContext] context
64
+ # @param [String] message
65
+ # @param [Aws::CloudFront::Types::CannotChangeImmutablePublicKeyFields] data
66
+ def initialize(context, message, data = Aws::EmptyStructure.new)
67
+ super(context, message, data)
68
+ end
69
+
70
+ # @return [String]
71
+ def message
72
+ @message || @data[:message]
73
+ end
74
+
75
+ end
76
+
77
+ class CloudFrontOriginAccessIdentityAlreadyExists < ServiceError
78
+
79
+ # @param [Seahorse::Client::RequestContext] context
80
+ # @param [String] message
81
+ # @param [Aws::CloudFront::Types::CloudFrontOriginAccessIdentityAlreadyExists] data
82
+ def initialize(context, message, data = Aws::EmptyStructure.new)
83
+ super(context, message, data)
84
+ end
85
+
86
+ # @return [String]
87
+ def message
88
+ @message || @data[:message]
89
+ end
90
+
91
+ end
92
+
93
+ class CloudFrontOriginAccessIdentityInUse < ServiceError
94
+
95
+ # @param [Seahorse::Client::RequestContext] context
96
+ # @param [String] message
97
+ # @param [Aws::CloudFront::Types::CloudFrontOriginAccessIdentityInUse] data
98
+ def initialize(context, message, data = Aws::EmptyStructure.new)
99
+ super(context, message, data)
100
+ end
101
+
102
+ # @return [String]
103
+ def message
104
+ @message || @data[:message]
105
+ end
106
+
107
+ end
108
+
109
+ class DistributionAlreadyExists < ServiceError
110
+
111
+ # @param [Seahorse::Client::RequestContext] context
112
+ # @param [String] message
113
+ # @param [Aws::CloudFront::Types::DistributionAlreadyExists] data
114
+ def initialize(context, message, data = Aws::EmptyStructure.new)
115
+ super(context, message, data)
116
+ end
117
+
118
+ # @return [String]
119
+ def message
120
+ @message || @data[:message]
121
+ end
122
+
123
+ end
124
+
125
+ class DistributionNotDisabled < ServiceError
126
+
127
+ # @param [Seahorse::Client::RequestContext] context
128
+ # @param [String] message
129
+ # @param [Aws::CloudFront::Types::DistributionNotDisabled] data
130
+ def initialize(context, message, data = Aws::EmptyStructure.new)
131
+ super(context, message, data)
132
+ end
133
+
134
+ # @return [String]
135
+ def message
136
+ @message || @data[:message]
137
+ end
138
+
139
+ end
140
+
141
+ class FieldLevelEncryptionConfigAlreadyExists < ServiceError
142
+
143
+ # @param [Seahorse::Client::RequestContext] context
144
+ # @param [String] message
145
+ # @param [Aws::CloudFront::Types::FieldLevelEncryptionConfigAlreadyExists] data
146
+ def initialize(context, message, data = Aws::EmptyStructure.new)
147
+ super(context, message, data)
148
+ end
149
+
150
+ # @return [String]
151
+ def message
152
+ @message || @data[:message]
153
+ end
154
+
155
+ end
156
+
157
+ class FieldLevelEncryptionConfigInUse < ServiceError
158
+
159
+ # @param [Seahorse::Client::RequestContext] context
160
+ # @param [String] message
161
+ # @param [Aws::CloudFront::Types::FieldLevelEncryptionConfigInUse] data
162
+ def initialize(context, message, data = Aws::EmptyStructure.new)
163
+ super(context, message, data)
164
+ end
165
+
166
+ # @return [String]
167
+ def message
168
+ @message || @data[:message]
169
+ end
170
+
171
+ end
172
+
173
+ class FieldLevelEncryptionProfileAlreadyExists < ServiceError
174
+
175
+ # @param [Seahorse::Client::RequestContext] context
176
+ # @param [String] message
177
+ # @param [Aws::CloudFront::Types::FieldLevelEncryptionProfileAlreadyExists] data
178
+ def initialize(context, message, data = Aws::EmptyStructure.new)
179
+ super(context, message, data)
180
+ end
181
+
182
+ # @return [String]
183
+ def message
184
+ @message || @data[:message]
185
+ end
186
+
187
+ end
188
+
189
+ class FieldLevelEncryptionProfileInUse < ServiceError
190
+
191
+ # @param [Seahorse::Client::RequestContext] context
192
+ # @param [String] message
193
+ # @param [Aws::CloudFront::Types::FieldLevelEncryptionProfileInUse] data
194
+ def initialize(context, message, data = Aws::EmptyStructure.new)
195
+ super(context, message, data)
196
+ end
197
+
198
+ # @return [String]
199
+ def message
200
+ @message || @data[:message]
201
+ end
202
+
203
+ end
204
+
205
+ class FieldLevelEncryptionProfileSizeExceeded < ServiceError
206
+
207
+ # @param [Seahorse::Client::RequestContext] context
208
+ # @param [String] message
209
+ # @param [Aws::CloudFront::Types::FieldLevelEncryptionProfileSizeExceeded] data
210
+ def initialize(context, message, data = Aws::EmptyStructure.new)
211
+ super(context, message, data)
212
+ end
213
+
214
+ # @return [String]
215
+ def message
216
+ @message || @data[:message]
217
+ end
218
+
219
+ end
220
+
221
+ class IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior < ServiceError
222
+
223
+ # @param [Seahorse::Client::RequestContext] context
224
+ # @param [String] message
225
+ # @param [Aws::CloudFront::Types::IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior] data
226
+ def initialize(context, message, data = Aws::EmptyStructure.new)
227
+ super(context, message, data)
228
+ end
229
+
230
+ # @return [String]
231
+ def message
232
+ @message || @data[:message]
233
+ end
234
+
235
+ end
236
+
237
+ class IllegalUpdate < ServiceError
238
+
239
+ # @param [Seahorse::Client::RequestContext] context
240
+ # @param [String] message
241
+ # @param [Aws::CloudFront::Types::IllegalUpdate] data
242
+ def initialize(context, message, data = Aws::EmptyStructure.new)
243
+ super(context, message, data)
244
+ end
245
+
246
+ # @return [String]
247
+ def message
248
+ @message || @data[:message]
249
+ end
250
+
251
+ end
252
+
253
+ class InconsistentQuantities < ServiceError
254
+
255
+ # @param [Seahorse::Client::RequestContext] context
256
+ # @param [String] message
257
+ # @param [Aws::CloudFront::Types::InconsistentQuantities] data
258
+ def initialize(context, message, data = Aws::EmptyStructure.new)
259
+ super(context, message, data)
260
+ end
261
+
262
+ # @return [String]
263
+ def message
264
+ @message || @data[:message]
265
+ end
266
+
267
+ end
268
+
269
+ class InvalidArgument < ServiceError
270
+
271
+ # @param [Seahorse::Client::RequestContext] context
272
+ # @param [String] message
273
+ # @param [Aws::CloudFront::Types::InvalidArgument] data
274
+ def initialize(context, message, data = Aws::EmptyStructure.new)
275
+ super(context, message, data)
276
+ end
277
+
278
+ # @return [String]
279
+ def message
280
+ @message || @data[:message]
281
+ end
282
+
283
+ end
284
+
285
+ class InvalidDefaultRootObject < ServiceError
286
+
287
+ # @param [Seahorse::Client::RequestContext] context
288
+ # @param [String] message
289
+ # @param [Aws::CloudFront::Types::InvalidDefaultRootObject] data
290
+ def initialize(context, message, data = Aws::EmptyStructure.new)
291
+ super(context, message, data)
292
+ end
293
+
294
+ # @return [String]
295
+ def message
296
+ @message || @data[:message]
297
+ end
298
+
299
+ end
300
+
301
+ class InvalidErrorCode < ServiceError
302
+
303
+ # @param [Seahorse::Client::RequestContext] context
304
+ # @param [String] message
305
+ # @param [Aws::CloudFront::Types::InvalidErrorCode] data
306
+ def initialize(context, message, data = Aws::EmptyStructure.new)
307
+ super(context, message, data)
308
+ end
309
+
310
+ # @return [String]
311
+ def message
312
+ @message || @data[:message]
313
+ end
314
+
315
+ end
316
+
317
+ class InvalidForwardCookies < ServiceError
318
+
319
+ # @param [Seahorse::Client::RequestContext] context
320
+ # @param [String] message
321
+ # @param [Aws::CloudFront::Types::InvalidForwardCookies] data
322
+ def initialize(context, message, data = Aws::EmptyStructure.new)
323
+ super(context, message, data)
324
+ end
325
+
326
+ # @return [String]
327
+ def message
328
+ @message || @data[:message]
329
+ end
330
+
331
+ end
332
+
333
+ class InvalidGeoRestrictionParameter < ServiceError
334
+
335
+ # @param [Seahorse::Client::RequestContext] context
336
+ # @param [String] message
337
+ # @param [Aws::CloudFront::Types::InvalidGeoRestrictionParameter] data
338
+ def initialize(context, message, data = Aws::EmptyStructure.new)
339
+ super(context, message, data)
340
+ end
341
+
342
+ # @return [String]
343
+ def message
344
+ @message || @data[:message]
345
+ end
346
+
347
+ end
348
+
349
+ class InvalidHeadersForS3Origin < ServiceError
350
+
351
+ # @param [Seahorse::Client::RequestContext] context
352
+ # @param [String] message
353
+ # @param [Aws::CloudFront::Types::InvalidHeadersForS3Origin] data
354
+ def initialize(context, message, data = Aws::EmptyStructure.new)
355
+ super(context, message, data)
356
+ end
357
+
358
+ # @return [String]
359
+ def message
360
+ @message || @data[:message]
361
+ end
362
+
363
+ end
364
+
365
+ class InvalidIfMatchVersion < ServiceError
366
+
367
+ # @param [Seahorse::Client::RequestContext] context
368
+ # @param [String] message
369
+ # @param [Aws::CloudFront::Types::InvalidIfMatchVersion] data
370
+ def initialize(context, message, data = Aws::EmptyStructure.new)
371
+ super(context, message, data)
372
+ end
373
+
374
+ # @return [String]
375
+ def message
376
+ @message || @data[:message]
377
+ end
378
+
379
+ end
380
+
381
+ class InvalidLambdaFunctionAssociation < ServiceError
382
+
383
+ # @param [Seahorse::Client::RequestContext] context
384
+ # @param [String] message
385
+ # @param [Aws::CloudFront::Types::InvalidLambdaFunctionAssociation] data
386
+ def initialize(context, message, data = Aws::EmptyStructure.new)
387
+ super(context, message, data)
388
+ end
389
+
390
+ # @return [String]
391
+ def message
392
+ @message || @data[:message]
393
+ end
394
+
395
+ end
396
+
397
+ class InvalidLocationCode < ServiceError
398
+
399
+ # @param [Seahorse::Client::RequestContext] context
400
+ # @param [String] message
401
+ # @param [Aws::CloudFront::Types::InvalidLocationCode] data
402
+ def initialize(context, message, data = Aws::EmptyStructure.new)
403
+ super(context, message, data)
404
+ end
405
+
406
+ # @return [String]
407
+ def message
408
+ @message || @data[:message]
409
+ end
410
+
411
+ end
412
+
413
+ class InvalidMinimumProtocolVersion < ServiceError
414
+
415
+ # @param [Seahorse::Client::RequestContext] context
416
+ # @param [String] message
417
+ # @param [Aws::CloudFront::Types::InvalidMinimumProtocolVersion] data
418
+ def initialize(context, message, data = Aws::EmptyStructure.new)
419
+ super(context, message, data)
420
+ end
421
+
422
+ # @return [String]
423
+ def message
424
+ @message || @data[:message]
425
+ end
426
+
427
+ end
428
+
429
+ class InvalidOrigin < ServiceError
430
+
431
+ # @param [Seahorse::Client::RequestContext] context
432
+ # @param [String] message
433
+ # @param [Aws::CloudFront::Types::InvalidOrigin] data
434
+ def initialize(context, message, data = Aws::EmptyStructure.new)
435
+ super(context, message, data)
436
+ end
437
+
438
+ # @return [String]
439
+ def message
440
+ @message || @data[:message]
441
+ end
442
+
443
+ end
444
+
445
+ class InvalidOriginAccessIdentity < ServiceError
446
+
447
+ # @param [Seahorse::Client::RequestContext] context
448
+ # @param [String] message
449
+ # @param [Aws::CloudFront::Types::InvalidOriginAccessIdentity] data
450
+ def initialize(context, message, data = Aws::EmptyStructure.new)
451
+ super(context, message, data)
452
+ end
453
+
454
+ # @return [String]
455
+ def message
456
+ @message || @data[:message]
457
+ end
458
+
459
+ end
460
+
461
+ class InvalidOriginKeepaliveTimeout < ServiceError
462
+
463
+ # @param [Seahorse::Client::RequestContext] context
464
+ # @param [String] message
465
+ # @param [Aws::CloudFront::Types::InvalidOriginKeepaliveTimeout] data
466
+ def initialize(context, message, data = Aws::EmptyStructure.new)
467
+ super(context, message, data)
468
+ end
469
+
470
+ # @return [String]
471
+ def message
472
+ @message || @data[:message]
473
+ end
474
+
475
+ end
476
+
477
+ class InvalidOriginReadTimeout < ServiceError
478
+
479
+ # @param [Seahorse::Client::RequestContext] context
480
+ # @param [String] message
481
+ # @param [Aws::CloudFront::Types::InvalidOriginReadTimeout] data
482
+ def initialize(context, message, data = Aws::EmptyStructure.new)
483
+ super(context, message, data)
484
+ end
485
+
486
+ # @return [String]
487
+ def message
488
+ @message || @data[:message]
489
+ end
490
+
491
+ end
492
+
493
+ class InvalidProtocolSettings < ServiceError
494
+
495
+ # @param [Seahorse::Client::RequestContext] context
496
+ # @param [String] message
497
+ # @param [Aws::CloudFront::Types::InvalidProtocolSettings] data
498
+ def initialize(context, message, data = Aws::EmptyStructure.new)
499
+ super(context, message, data)
500
+ end
501
+
502
+ # @return [String]
503
+ def message
504
+ @message || @data[:message]
505
+ end
506
+
507
+ end
508
+
509
+ class InvalidQueryStringParameters < ServiceError
510
+
511
+ # @param [Seahorse::Client::RequestContext] context
512
+ # @param [String] message
513
+ # @param [Aws::CloudFront::Types::InvalidQueryStringParameters] data
514
+ def initialize(context, message, data = Aws::EmptyStructure.new)
515
+ super(context, message, data)
516
+ end
517
+
518
+ # @return [String]
519
+ def message
520
+ @message || @data[:message]
521
+ end
522
+
523
+ end
524
+
525
+ class InvalidRelativePath < ServiceError
526
+
527
+ # @param [Seahorse::Client::RequestContext] context
528
+ # @param [String] message
529
+ # @param [Aws::CloudFront::Types::InvalidRelativePath] data
530
+ def initialize(context, message, data = Aws::EmptyStructure.new)
531
+ super(context, message, data)
532
+ end
533
+
534
+ # @return [String]
535
+ def message
536
+ @message || @data[:message]
537
+ end
538
+
539
+ end
540
+
541
+ class InvalidRequiredProtocol < ServiceError
542
+
543
+ # @param [Seahorse::Client::RequestContext] context
544
+ # @param [String] message
545
+ # @param [Aws::CloudFront::Types::InvalidRequiredProtocol] data
546
+ def initialize(context, message, data = Aws::EmptyStructure.new)
547
+ super(context, message, data)
548
+ end
549
+
550
+ # @return [String]
551
+ def message
552
+ @message || @data[:message]
553
+ end
554
+
555
+ end
556
+
557
+ class InvalidResponseCode < ServiceError
558
+
559
+ # @param [Seahorse::Client::RequestContext] context
560
+ # @param [String] message
561
+ # @param [Aws::CloudFront::Types::InvalidResponseCode] data
562
+ def initialize(context, message, data = Aws::EmptyStructure.new)
563
+ super(context, message, data)
564
+ end
565
+
566
+ # @return [String]
567
+ def message
568
+ @message || @data[:message]
569
+ end
570
+
571
+ end
572
+
573
+ class InvalidTTLOrder < ServiceError
574
+
575
+ # @param [Seahorse::Client::RequestContext] context
576
+ # @param [String] message
577
+ # @param [Aws::CloudFront::Types::InvalidTTLOrder] data
578
+ def initialize(context, message, data = Aws::EmptyStructure.new)
579
+ super(context, message, data)
580
+ end
581
+
582
+ # @return [String]
583
+ def message
584
+ @message || @data[:message]
585
+ end
586
+
587
+ end
588
+
589
+ class InvalidTagging < ServiceError
590
+
591
+ # @param [Seahorse::Client::RequestContext] context
592
+ # @param [String] message
593
+ # @param [Aws::CloudFront::Types::InvalidTagging] data
594
+ def initialize(context, message, data = Aws::EmptyStructure.new)
595
+ super(context, message, data)
596
+ end
597
+
598
+ # @return [String]
599
+ def message
600
+ @message || @data[:message]
601
+ end
602
+
603
+ end
604
+
605
+ class InvalidViewerCertificate < ServiceError
606
+
607
+ # @param [Seahorse::Client::RequestContext] context
608
+ # @param [String] message
609
+ # @param [Aws::CloudFront::Types::InvalidViewerCertificate] data
610
+ def initialize(context, message, data = Aws::EmptyStructure.new)
611
+ super(context, message, data)
612
+ end
613
+
614
+ # @return [String]
615
+ def message
616
+ @message || @data[:message]
617
+ end
618
+
619
+ end
620
+
621
+ class InvalidWebACLId < ServiceError
622
+
623
+ # @param [Seahorse::Client::RequestContext] context
624
+ # @param [String] message
625
+ # @param [Aws::CloudFront::Types::InvalidWebACLId] data
626
+ def initialize(context, message, data = Aws::EmptyStructure.new)
627
+ super(context, message, data)
628
+ end
629
+
630
+ # @return [String]
631
+ def message
632
+ @message || @data[:message]
633
+ end
634
+
635
+ end
636
+
637
+ class MissingBody < ServiceError
638
+
639
+ # @param [Seahorse::Client::RequestContext] context
640
+ # @param [String] message
641
+ # @param [Aws::CloudFront::Types::MissingBody] data
642
+ def initialize(context, message, data = Aws::EmptyStructure.new)
643
+ super(context, message, data)
644
+ end
645
+
646
+ # @return [String]
647
+ def message
648
+ @message || @data[:message]
649
+ end
650
+
651
+ end
652
+
653
+ class NoSuchCloudFrontOriginAccessIdentity < ServiceError
654
+
655
+ # @param [Seahorse::Client::RequestContext] context
656
+ # @param [String] message
657
+ # @param [Aws::CloudFront::Types::NoSuchCloudFrontOriginAccessIdentity] data
658
+ def initialize(context, message, data = Aws::EmptyStructure.new)
659
+ super(context, message, data)
660
+ end
661
+
662
+ # @return [String]
663
+ def message
664
+ @message || @data[:message]
665
+ end
666
+
667
+ end
668
+
669
+ class NoSuchDistribution < ServiceError
670
+
671
+ # @param [Seahorse::Client::RequestContext] context
672
+ # @param [String] message
673
+ # @param [Aws::CloudFront::Types::NoSuchDistribution] data
674
+ def initialize(context, message, data = Aws::EmptyStructure.new)
675
+ super(context, message, data)
676
+ end
677
+
678
+ # @return [String]
679
+ def message
680
+ @message || @data[:message]
681
+ end
682
+
683
+ end
684
+
685
+ class NoSuchFieldLevelEncryptionConfig < ServiceError
686
+
687
+ # @param [Seahorse::Client::RequestContext] context
688
+ # @param [String] message
689
+ # @param [Aws::CloudFront::Types::NoSuchFieldLevelEncryptionConfig] data
690
+ def initialize(context, message, data = Aws::EmptyStructure.new)
691
+ super(context, message, data)
692
+ end
693
+
694
+ # @return [String]
695
+ def message
696
+ @message || @data[:message]
697
+ end
698
+
699
+ end
700
+
701
+ class NoSuchFieldLevelEncryptionProfile < ServiceError
702
+
703
+ # @param [Seahorse::Client::RequestContext] context
704
+ # @param [String] message
705
+ # @param [Aws::CloudFront::Types::NoSuchFieldLevelEncryptionProfile] data
706
+ def initialize(context, message, data = Aws::EmptyStructure.new)
707
+ super(context, message, data)
708
+ end
709
+
710
+ # @return [String]
711
+ def message
712
+ @message || @data[:message]
713
+ end
714
+
715
+ end
716
+
717
+ class NoSuchInvalidation < ServiceError
718
+
719
+ # @param [Seahorse::Client::RequestContext] context
720
+ # @param [String] message
721
+ # @param [Aws::CloudFront::Types::NoSuchInvalidation] data
722
+ def initialize(context, message, data = Aws::EmptyStructure.new)
723
+ super(context, message, data)
724
+ end
725
+
726
+ # @return [String]
727
+ def message
728
+ @message || @data[:message]
729
+ end
730
+
731
+ end
732
+
733
+ class NoSuchOrigin < ServiceError
734
+
735
+ # @param [Seahorse::Client::RequestContext] context
736
+ # @param [String] message
737
+ # @param [Aws::CloudFront::Types::NoSuchOrigin] data
738
+ def initialize(context, message, data = Aws::EmptyStructure.new)
739
+ super(context, message, data)
740
+ end
741
+
742
+ # @return [String]
743
+ def message
744
+ @message || @data[:message]
745
+ end
746
+
747
+ end
748
+
749
+ class NoSuchPublicKey < ServiceError
750
+
751
+ # @param [Seahorse::Client::RequestContext] context
752
+ # @param [String] message
753
+ # @param [Aws::CloudFront::Types::NoSuchPublicKey] data
754
+ def initialize(context, message, data = Aws::EmptyStructure.new)
755
+ super(context, message, data)
756
+ end
757
+
758
+ # @return [String]
759
+ def message
760
+ @message || @data[:message]
761
+ end
762
+
763
+ end
764
+
765
+ class NoSuchResource < ServiceError
766
+
767
+ # @param [Seahorse::Client::RequestContext] context
768
+ # @param [String] message
769
+ # @param [Aws::CloudFront::Types::NoSuchResource] data
770
+ def initialize(context, message, data = Aws::EmptyStructure.new)
771
+ super(context, message, data)
772
+ end
773
+
774
+ # @return [String]
775
+ def message
776
+ @message || @data[:message]
777
+ end
778
+
779
+ end
780
+
781
+ class NoSuchStreamingDistribution < ServiceError
782
+
783
+ # @param [Seahorse::Client::RequestContext] context
784
+ # @param [String] message
785
+ # @param [Aws::CloudFront::Types::NoSuchStreamingDistribution] data
786
+ def initialize(context, message, data = Aws::EmptyStructure.new)
787
+ super(context, message, data)
788
+ end
789
+
790
+ # @return [String]
791
+ def message
792
+ @message || @data[:message]
793
+ end
794
+
795
+ end
796
+
797
+ class PreconditionFailed < ServiceError
798
+
799
+ # @param [Seahorse::Client::RequestContext] context
800
+ # @param [String] message
801
+ # @param [Aws::CloudFront::Types::PreconditionFailed] data
802
+ def initialize(context, message, data = Aws::EmptyStructure.new)
803
+ super(context, message, data)
804
+ end
805
+
806
+ # @return [String]
807
+ def message
808
+ @message || @data[:message]
809
+ end
810
+
811
+ end
812
+
813
+ class PublicKeyAlreadyExists < ServiceError
814
+
815
+ # @param [Seahorse::Client::RequestContext] context
816
+ # @param [String] message
817
+ # @param [Aws::CloudFront::Types::PublicKeyAlreadyExists] data
818
+ def initialize(context, message, data = Aws::EmptyStructure.new)
819
+ super(context, message, data)
820
+ end
821
+
822
+ # @return [String]
823
+ def message
824
+ @message || @data[:message]
825
+ end
826
+
827
+ end
828
+
829
+ class PublicKeyInUse < ServiceError
830
+
831
+ # @param [Seahorse::Client::RequestContext] context
832
+ # @param [String] message
833
+ # @param [Aws::CloudFront::Types::PublicKeyInUse] data
834
+ def initialize(context, message, data = Aws::EmptyStructure.new)
835
+ super(context, message, data)
836
+ end
837
+
838
+ # @return [String]
839
+ def message
840
+ @message || @data[:message]
841
+ end
842
+
843
+ end
844
+
845
+ class QueryArgProfileEmpty < ServiceError
846
+
847
+ # @param [Seahorse::Client::RequestContext] context
848
+ # @param [String] message
849
+ # @param [Aws::CloudFront::Types::QueryArgProfileEmpty] data
850
+ def initialize(context, message, data = Aws::EmptyStructure.new)
851
+ super(context, message, data)
852
+ end
853
+
854
+ # @return [String]
855
+ def message
856
+ @message || @data[:message]
857
+ end
858
+
859
+ end
860
+
861
+ class StreamingDistributionAlreadyExists < ServiceError
862
+
863
+ # @param [Seahorse::Client::RequestContext] context
864
+ # @param [String] message
865
+ # @param [Aws::CloudFront::Types::StreamingDistributionAlreadyExists] data
866
+ def initialize(context, message, data = Aws::EmptyStructure.new)
867
+ super(context, message, data)
868
+ end
869
+
870
+ # @return [String]
871
+ def message
872
+ @message || @data[:message]
873
+ end
874
+
875
+ end
876
+
877
+ class StreamingDistributionNotDisabled < ServiceError
878
+
879
+ # @param [Seahorse::Client::RequestContext] context
880
+ # @param [String] message
881
+ # @param [Aws::CloudFront::Types::StreamingDistributionNotDisabled] data
882
+ def initialize(context, message, data = Aws::EmptyStructure.new)
883
+ super(context, message, data)
884
+ end
885
+
886
+ # @return [String]
887
+ def message
888
+ @message || @data[:message]
889
+ end
890
+
891
+ end
892
+
893
+ class TooManyCacheBehaviors < ServiceError
894
+
895
+ # @param [Seahorse::Client::RequestContext] context
896
+ # @param [String] message
897
+ # @param [Aws::CloudFront::Types::TooManyCacheBehaviors] data
898
+ def initialize(context, message, data = Aws::EmptyStructure.new)
899
+ super(context, message, data)
900
+ end
901
+
902
+ # @return [String]
903
+ def message
904
+ @message || @data[:message]
905
+ end
906
+
907
+ end
908
+
909
+ class TooManyCertificates < ServiceError
910
+
911
+ # @param [Seahorse::Client::RequestContext] context
912
+ # @param [String] message
913
+ # @param [Aws::CloudFront::Types::TooManyCertificates] data
914
+ def initialize(context, message, data = Aws::EmptyStructure.new)
915
+ super(context, message, data)
916
+ end
917
+
918
+ # @return [String]
919
+ def message
920
+ @message || @data[:message]
921
+ end
922
+
923
+ end
924
+
925
+ class TooManyCloudFrontOriginAccessIdentities < ServiceError
926
+
927
+ # @param [Seahorse::Client::RequestContext] context
928
+ # @param [String] message
929
+ # @param [Aws::CloudFront::Types::TooManyCloudFrontOriginAccessIdentities] data
930
+ def initialize(context, message, data = Aws::EmptyStructure.new)
931
+ super(context, message, data)
932
+ end
933
+
934
+ # @return [String]
935
+ def message
936
+ @message || @data[:message]
937
+ end
938
+
939
+ end
940
+
941
+ class TooManyCookieNamesInWhiteList < ServiceError
942
+
943
+ # @param [Seahorse::Client::RequestContext] context
944
+ # @param [String] message
945
+ # @param [Aws::CloudFront::Types::TooManyCookieNamesInWhiteList] data
946
+ def initialize(context, message, data = Aws::EmptyStructure.new)
947
+ super(context, message, data)
948
+ end
949
+
950
+ # @return [String]
951
+ def message
952
+ @message || @data[:message]
953
+ end
954
+
955
+ end
956
+
957
+ class TooManyDistributionCNAMEs < ServiceError
958
+
959
+ # @param [Seahorse::Client::RequestContext] context
960
+ # @param [String] message
961
+ # @param [Aws::CloudFront::Types::TooManyDistributionCNAMEs] data
962
+ def initialize(context, message, data = Aws::EmptyStructure.new)
963
+ super(context, message, data)
964
+ end
965
+
966
+ # @return [String]
967
+ def message
968
+ @message || @data[:message]
969
+ end
970
+
971
+ end
972
+
973
+ class TooManyDistributions < ServiceError
974
+
975
+ # @param [Seahorse::Client::RequestContext] context
976
+ # @param [String] message
977
+ # @param [Aws::CloudFront::Types::TooManyDistributions] data
978
+ def initialize(context, message, data = Aws::EmptyStructure.new)
979
+ super(context, message, data)
980
+ end
981
+
982
+ # @return [String]
983
+ def message
984
+ @message || @data[:message]
985
+ end
986
+
987
+ end
988
+
989
+ class TooManyDistributionsAssociatedToFieldLevelEncryptionConfig < ServiceError
990
+
991
+ # @param [Seahorse::Client::RequestContext] context
992
+ # @param [String] message
993
+ # @param [Aws::CloudFront::Types::TooManyDistributionsAssociatedToFieldLevelEncryptionConfig] data
994
+ def initialize(context, message, data = Aws::EmptyStructure.new)
995
+ super(context, message, data)
996
+ end
997
+
998
+ # @return [String]
999
+ def message
1000
+ @message || @data[:message]
1001
+ end
1002
+
1003
+ end
1004
+
1005
+ class TooManyDistributionsWithLambdaAssociations < ServiceError
1006
+
1007
+ # @param [Seahorse::Client::RequestContext] context
1008
+ # @param [String] message
1009
+ # @param [Aws::CloudFront::Types::TooManyDistributionsWithLambdaAssociations] data
1010
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1011
+ super(context, message, data)
1012
+ end
1013
+
1014
+ # @return [String]
1015
+ def message
1016
+ @message || @data[:message]
1017
+ end
1018
+
1019
+ end
1020
+
1021
+ class TooManyFieldLevelEncryptionConfigs < ServiceError
1022
+
1023
+ # @param [Seahorse::Client::RequestContext] context
1024
+ # @param [String] message
1025
+ # @param [Aws::CloudFront::Types::TooManyFieldLevelEncryptionConfigs] data
1026
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1027
+ super(context, message, data)
1028
+ end
1029
+
1030
+ # @return [String]
1031
+ def message
1032
+ @message || @data[:message]
1033
+ end
1034
+
1035
+ end
1036
+
1037
+ class TooManyFieldLevelEncryptionContentTypeProfiles < ServiceError
1038
+
1039
+ # @param [Seahorse::Client::RequestContext] context
1040
+ # @param [String] message
1041
+ # @param [Aws::CloudFront::Types::TooManyFieldLevelEncryptionContentTypeProfiles] data
1042
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1043
+ super(context, message, data)
1044
+ end
1045
+
1046
+ # @return [String]
1047
+ def message
1048
+ @message || @data[:message]
1049
+ end
1050
+
1051
+ end
1052
+
1053
+ class TooManyFieldLevelEncryptionEncryptionEntities < ServiceError
1054
+
1055
+ # @param [Seahorse::Client::RequestContext] context
1056
+ # @param [String] message
1057
+ # @param [Aws::CloudFront::Types::TooManyFieldLevelEncryptionEncryptionEntities] data
1058
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1059
+ super(context, message, data)
1060
+ end
1061
+
1062
+ # @return [String]
1063
+ def message
1064
+ @message || @data[:message]
1065
+ end
1066
+
1067
+ end
1068
+
1069
+ class TooManyFieldLevelEncryptionFieldPatterns < ServiceError
1070
+
1071
+ # @param [Seahorse::Client::RequestContext] context
1072
+ # @param [String] message
1073
+ # @param [Aws::CloudFront::Types::TooManyFieldLevelEncryptionFieldPatterns] data
1074
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1075
+ super(context, message, data)
1076
+ end
1077
+
1078
+ # @return [String]
1079
+ def message
1080
+ @message || @data[:message]
1081
+ end
1082
+
1083
+ end
1084
+
1085
+ class TooManyFieldLevelEncryptionProfiles < ServiceError
1086
+
1087
+ # @param [Seahorse::Client::RequestContext] context
1088
+ # @param [String] message
1089
+ # @param [Aws::CloudFront::Types::TooManyFieldLevelEncryptionProfiles] data
1090
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1091
+ super(context, message, data)
1092
+ end
1093
+
1094
+ # @return [String]
1095
+ def message
1096
+ @message || @data[:message]
1097
+ end
1098
+
1099
+ end
1100
+
1101
+ class TooManyFieldLevelEncryptionQueryArgProfiles < ServiceError
1102
+
1103
+ # @param [Seahorse::Client::RequestContext] context
1104
+ # @param [String] message
1105
+ # @param [Aws::CloudFront::Types::TooManyFieldLevelEncryptionQueryArgProfiles] data
1106
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1107
+ super(context, message, data)
1108
+ end
1109
+
1110
+ # @return [String]
1111
+ def message
1112
+ @message || @data[:message]
1113
+ end
1114
+
1115
+ end
1116
+
1117
+ class TooManyHeadersInForwardedValues < ServiceError
1118
+
1119
+ # @param [Seahorse::Client::RequestContext] context
1120
+ # @param [String] message
1121
+ # @param [Aws::CloudFront::Types::TooManyHeadersInForwardedValues] data
1122
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1123
+ super(context, message, data)
1124
+ end
1125
+
1126
+ # @return [String]
1127
+ def message
1128
+ @message || @data[:message]
1129
+ end
1130
+
1131
+ end
1132
+
1133
+ class TooManyInvalidationsInProgress < ServiceError
1134
+
1135
+ # @param [Seahorse::Client::RequestContext] context
1136
+ # @param [String] message
1137
+ # @param [Aws::CloudFront::Types::TooManyInvalidationsInProgress] data
1138
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1139
+ super(context, message, data)
1140
+ end
1141
+
1142
+ # @return [String]
1143
+ def message
1144
+ @message || @data[:message]
1145
+ end
1146
+
1147
+ end
1148
+
1149
+ class TooManyLambdaFunctionAssociations < ServiceError
1150
+
1151
+ # @param [Seahorse::Client::RequestContext] context
1152
+ # @param [String] message
1153
+ # @param [Aws::CloudFront::Types::TooManyLambdaFunctionAssociations] data
1154
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1155
+ super(context, message, data)
1156
+ end
1157
+
1158
+ # @return [String]
1159
+ def message
1160
+ @message || @data[:message]
1161
+ end
1162
+
1163
+ end
1164
+
1165
+ class TooManyOriginCustomHeaders < ServiceError
1166
+
1167
+ # @param [Seahorse::Client::RequestContext] context
1168
+ # @param [String] message
1169
+ # @param [Aws::CloudFront::Types::TooManyOriginCustomHeaders] data
1170
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1171
+ super(context, message, data)
1172
+ end
1173
+
1174
+ # @return [String]
1175
+ def message
1176
+ @message || @data[:message]
1177
+ end
1178
+
1179
+ end
1180
+
1181
+ class TooManyOriginGroupsPerDistribution < ServiceError
1182
+
1183
+ # @param [Seahorse::Client::RequestContext] context
1184
+ # @param [String] message
1185
+ # @param [Aws::CloudFront::Types::TooManyOriginGroupsPerDistribution] data
1186
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1187
+ super(context, message, data)
1188
+ end
1189
+
1190
+ # @return [String]
1191
+ def message
1192
+ @message || @data[:message]
1193
+ end
1194
+
1195
+ end
1196
+
1197
+ class TooManyOrigins < ServiceError
1198
+
1199
+ # @param [Seahorse::Client::RequestContext] context
1200
+ # @param [String] message
1201
+ # @param [Aws::CloudFront::Types::TooManyOrigins] data
1202
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1203
+ super(context, message, data)
1204
+ end
1205
+
1206
+ # @return [String]
1207
+ def message
1208
+ @message || @data[:message]
1209
+ end
1210
+
1211
+ end
1212
+
1213
+ class TooManyPublicKeys < ServiceError
1214
+
1215
+ # @param [Seahorse::Client::RequestContext] context
1216
+ # @param [String] message
1217
+ # @param [Aws::CloudFront::Types::TooManyPublicKeys] data
1218
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1219
+ super(context, message, data)
1220
+ end
1221
+
1222
+ # @return [String]
1223
+ def message
1224
+ @message || @data[:message]
1225
+ end
1226
+
1227
+ end
1228
+
1229
+ class TooManyQueryStringParameters < ServiceError
1230
+
1231
+ # @param [Seahorse::Client::RequestContext] context
1232
+ # @param [String] message
1233
+ # @param [Aws::CloudFront::Types::TooManyQueryStringParameters] data
1234
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1235
+ super(context, message, data)
1236
+ end
1237
+
1238
+ # @return [String]
1239
+ def message
1240
+ @message || @data[:message]
1241
+ end
1242
+
1243
+ end
1244
+
1245
+ class TooManyStreamingDistributionCNAMEs < ServiceError
1246
+
1247
+ # @param [Seahorse::Client::RequestContext] context
1248
+ # @param [String] message
1249
+ # @param [Aws::CloudFront::Types::TooManyStreamingDistributionCNAMEs] data
1250
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1251
+ super(context, message, data)
1252
+ end
1253
+
1254
+ # @return [String]
1255
+ def message
1256
+ @message || @data[:message]
1257
+ end
1258
+
1259
+ end
1260
+
1261
+ class TooManyStreamingDistributions < ServiceError
1262
+
1263
+ # @param [Seahorse::Client::RequestContext] context
1264
+ # @param [String] message
1265
+ # @param [Aws::CloudFront::Types::TooManyStreamingDistributions] data
1266
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1267
+ super(context, message, data)
1268
+ end
1269
+
1270
+ # @return [String]
1271
+ def message
1272
+ @message || @data[:message]
1273
+ end
1274
+
1275
+ end
1276
+
1277
+ class TooManyTrustedSigners < ServiceError
1278
+
1279
+ # @param [Seahorse::Client::RequestContext] context
1280
+ # @param [String] message
1281
+ # @param [Aws::CloudFront::Types::TooManyTrustedSigners] data
1282
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1283
+ super(context, message, data)
1284
+ end
1285
+
1286
+ # @return [String]
1287
+ def message
1288
+ @message || @data[:message]
1289
+ end
1290
+
1291
+ end
1292
+
1293
+ class TrustedSignerDoesNotExist < ServiceError
1294
+
1295
+ # @param [Seahorse::Client::RequestContext] context
1296
+ # @param [String] message
1297
+ # @param [Aws::CloudFront::Types::TrustedSignerDoesNotExist] data
1298
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1299
+ super(context, message, data)
1300
+ end
1301
+
1302
+ # @return [String]
1303
+ def message
1304
+ @message || @data[:message]
1305
+ end
1306
+
1307
+ end
1308
+
13
1309
  end
14
1310
  end