aws-sdk-route53 1.24.0 → 1.25.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: 584d3ba81d6c80cd4a4f40b48f025031ac1e63fc
4
- data.tar.gz: f371c6272833b73fdb4f83a88a70bf41c572a48e
3
+ metadata.gz: 4b6486eba2f2d7bcdad8ba8a6f0ee555c7e289fb
4
+ data.tar.gz: 21c0828bd662956f3527e5465bd522e787b44da5
5
5
  SHA512:
6
- metadata.gz: e8adce8e7ef558968dfaf41d56af130b979518fbd09f2df82ff5c4c58954ee6c67faa31a020f5e36e8ea18d23377ff951e2ca42ca214b446dce9bfb1089dfb8a
7
- data.tar.gz: 6522f16452ba48e49e04f27c38738dd45c03780abc8010543a235806a7f8a6c8ee0e3acaddbd05eddfb3ae55fa171a7b01b7d4385c39ff007cbc734a0a5fb6f4
6
+ metadata.gz: 4024999a78ba99f0515f06116abb7fd06199be3025d64d9956b5c986d1e4e8aabfa8b0d656c0a93f02067bcfb785aac313835594acf4f79d7ce0f0a2f34808d7
7
+ data.tar.gz: 51529a7de3a3c1c22842eda932e858f0e6ec9463fffc8d088f58ddd2fa3039def32cb5d4dd335fd623c1c9a9d7c7d7d25aa3b63b511d202de651e267c4ecfc87
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-route53/customizations'
43
43
  # @service
44
44
  module Aws::Route53
45
45
 
46
- GEM_VERSION = '1.24.0'
46
+ GEM_VERSION = '1.25.0'
47
47
 
48
48
  end
@@ -5024,7 +5024,7 @@ module Aws::Route53
5024
5024
  params: params,
5025
5025
  config: config)
5026
5026
  context[:gem_name] = 'aws-sdk-route53'
5027
- context[:gem_version] = '1.24.0'
5027
+ context[:gem_version] = '1.25.0'
5028
5028
  Seahorse::Client::Request.new(handlers, context)
5029
5029
  end
5030
5030
 
@@ -390,6 +390,15 @@ module Aws::Route53
390
390
  CloudWatchAlarmConfiguration.add_member(:dimensions, Shapes::ShapeRef.new(shape: DimensionList, location_name: "Dimensions"))
391
391
  CloudWatchAlarmConfiguration.struct_class = Types::CloudWatchAlarmConfiguration
392
392
 
393
+ ConcurrentModification.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
394
+ ConcurrentModification.struct_class = Types::ConcurrentModification
395
+
396
+ ConflictingDomainExists.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
397
+ ConflictingDomainExists.struct_class = Types::ConflictingDomainExists
398
+
399
+ ConflictingTypes.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
400
+ ConflictingTypes.struct_class = Types::ConflictingTypes
401
+
393
402
  CreateHealthCheckRequest.add_member(:caller_reference, Shapes::ShapeRef.new(shape: HealthCheckNonce, required: true, location_name: "CallerReference"))
394
403
  CreateHealthCheckRequest.add_member(:health_check_config, Shapes::ShapeRef.new(shape: HealthCheckConfig, required: true, location_name: "HealthCheckConfig"))
395
404
  CreateHealthCheckRequest.struct_class = Types::CreateHealthCheckRequest
@@ -470,8 +479,23 @@ module Aws::Route53
470
479
  DelegationSet.add_member(:name_servers, Shapes::ShapeRef.new(shape: DelegationSetNameServers, required: true, location_name: "NameServers"))
471
480
  DelegationSet.struct_class = Types::DelegationSet
472
481
 
482
+ DelegationSetAlreadyCreated.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
483
+ DelegationSetAlreadyCreated.struct_class = Types::DelegationSetAlreadyCreated
484
+
485
+ DelegationSetAlreadyReusable.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
486
+ DelegationSetAlreadyReusable.struct_class = Types::DelegationSetAlreadyReusable
487
+
488
+ DelegationSetInUse.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
489
+ DelegationSetInUse.struct_class = Types::DelegationSetInUse
490
+
473
491
  DelegationSetNameServers.member = Shapes::ShapeRef.new(shape: DNSName, location_name: "NameServer")
474
492
 
493
+ DelegationSetNotAvailable.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
494
+ DelegationSetNotAvailable.struct_class = Types::DelegationSetNotAvailable
495
+
496
+ DelegationSetNotReusable.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
497
+ DelegationSetNotReusable.struct_class = Types::DelegationSetNotReusable
498
+
475
499
  DelegationSets.member = Shapes::ShapeRef.new(shape: DelegationSet, location_name: "DelegationSet")
476
500
 
477
501
  DeleteHealthCheckRequest.add_member(:health_check_id, Shapes::ShapeRef.new(shape: HealthCheckId, required: true, location: "uri", location_name: "HealthCheckId"))
@@ -659,6 +683,9 @@ module Aws::Route53
659
683
  HealthCheck.add_member(:cloud_watch_alarm_configuration, Shapes::ShapeRef.new(shape: CloudWatchAlarmConfiguration, location_name: "CloudWatchAlarmConfiguration"))
660
684
  HealthCheck.struct_class = Types::HealthCheck
661
685
 
686
+ HealthCheckAlreadyExists.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
687
+ HealthCheckAlreadyExists.struct_class = Types::HealthCheckAlreadyExists
688
+
662
689
  HealthCheckConfig.add_member(:ip_address, Shapes::ShapeRef.new(shape: IPAddress, location_name: "IPAddress"))
663
690
  HealthCheckConfig.add_member(:port, Shapes::ShapeRef.new(shape: Port, location_name: "Port"))
664
691
  HealthCheckConfig.add_member(:type, Shapes::ShapeRef.new(shape: HealthCheckType, required: true, location_name: "Type"))
@@ -678,6 +705,9 @@ module Aws::Route53
678
705
  HealthCheckConfig.add_member(:insufficient_data_health_status, Shapes::ShapeRef.new(shape: InsufficientDataHealthStatus, location_name: "InsufficientDataHealthStatus"))
679
706
  HealthCheckConfig.struct_class = Types::HealthCheckConfig
680
707
 
708
+ HealthCheckInUse.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
709
+ HealthCheckInUse.struct_class = Types::HealthCheckInUse
710
+
681
711
  HealthCheckObservation.add_member(:region, Shapes::ShapeRef.new(shape: HealthCheckRegion, location_name: "Region"))
682
712
  HealthCheckObservation.add_member(:ip_address, Shapes::ShapeRef.new(shape: IPAddress, location_name: "IPAddress"))
683
713
  HealthCheckObservation.add_member(:status_report, Shapes::ShapeRef.new(shape: StatusReport, location_name: "StatusReport"))
@@ -687,6 +717,9 @@ module Aws::Route53
687
717
 
688
718
  HealthCheckRegionList.member = Shapes::ShapeRef.new(shape: HealthCheckRegion, location_name: "Region")
689
719
 
720
+ HealthCheckVersionMismatch.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
721
+ HealthCheckVersionMismatch.struct_class = Types::HealthCheckVersionMismatch
722
+
690
723
  HealthChecks.member = Shapes::ShapeRef.new(shape: HealthCheck, location_name: "HealthCheck")
691
724
 
692
725
  HostedZone.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "Id"))
@@ -697,6 +730,9 @@ module Aws::Route53
697
730
  HostedZone.add_member(:linked_service, Shapes::ShapeRef.new(shape: LinkedService, location_name: "LinkedService"))
698
731
  HostedZone.struct_class = Types::HostedZone
699
732
 
733
+ HostedZoneAlreadyExists.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
734
+ HostedZoneAlreadyExists.struct_class = Types::HostedZoneAlreadyExists
735
+
700
736
  HostedZoneConfig.add_member(:comment, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Comment"))
701
737
  HostedZoneConfig.add_member(:private_zone, Shapes::ShapeRef.new(shape: IsPrivateZone, location_name: "PrivateZone"))
702
738
  HostedZoneConfig.struct_class = Types::HostedZoneConfig
@@ -705,8 +741,51 @@ module Aws::Route53
705
741
  HostedZoneLimit.add_member(:value, Shapes::ShapeRef.new(shape: LimitValue, required: true, location_name: "Value"))
706
742
  HostedZoneLimit.struct_class = Types::HostedZoneLimit
707
743
 
744
+ HostedZoneNotEmpty.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
745
+ HostedZoneNotEmpty.struct_class = Types::HostedZoneNotEmpty
746
+
747
+ HostedZoneNotFound.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
748
+ HostedZoneNotFound.struct_class = Types::HostedZoneNotFound
749
+
750
+ HostedZoneNotPrivate.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
751
+ HostedZoneNotPrivate.struct_class = Types::HostedZoneNotPrivate
752
+
708
753
  HostedZones.member = Shapes::ShapeRef.new(shape: HostedZone, location_name: "HostedZone")
709
754
 
755
+ IncompatibleVersion.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
756
+ IncompatibleVersion.struct_class = Types::IncompatibleVersion
757
+
758
+ InsufficientCloudWatchLogsResourcePolicy.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
759
+ InsufficientCloudWatchLogsResourcePolicy.struct_class = Types::InsufficientCloudWatchLogsResourcePolicy
760
+
761
+ InvalidArgument.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
762
+ InvalidArgument.struct_class = Types::InvalidArgument
763
+
764
+ InvalidChangeBatch.add_member(:messages, Shapes::ShapeRef.new(shape: ErrorMessages, location_name: "messages"))
765
+ InvalidChangeBatch.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
766
+ InvalidChangeBatch.struct_class = Types::InvalidChangeBatch
767
+
768
+ InvalidDomainName.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
769
+ InvalidDomainName.struct_class = Types::InvalidDomainName
770
+
771
+ InvalidInput.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
772
+ InvalidInput.struct_class = Types::InvalidInput
773
+
774
+ InvalidPaginationToken.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
775
+ InvalidPaginationToken.struct_class = Types::InvalidPaginationToken
776
+
777
+ InvalidTrafficPolicyDocument.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
778
+ InvalidTrafficPolicyDocument.struct_class = Types::InvalidTrafficPolicyDocument
779
+
780
+ InvalidVPCId.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
781
+ InvalidVPCId.struct_class = Types::InvalidVPCId
782
+
783
+ LastVPCAssociation.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
784
+ LastVPCAssociation.struct_class = Types::LastVPCAssociation
785
+
786
+ LimitsExceeded.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
787
+ LimitsExceeded.struct_class = Types::LimitsExceeded
788
+
710
789
  LinkedService.add_member(:service_principal, Shapes::ShapeRef.new(shape: ServicePrincipal, location_name: "ServicePrincipal"))
711
790
  LinkedService.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
712
791
  LinkedService.struct_class = Types::LinkedService
@@ -885,11 +964,50 @@ module Aws::Route53
885
964
  ListVPCAssociationAuthorizationsResponse.add_member(:vp_cs, Shapes::ShapeRef.new(shape: VPCs, required: true, location_name: "VPCs"))
886
965
  ListVPCAssociationAuthorizationsResponse.struct_class = Types::ListVPCAssociationAuthorizationsResponse
887
966
 
967
+ NoSuchChange.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
968
+ NoSuchChange.struct_class = Types::NoSuchChange
969
+
970
+ NoSuchCloudWatchLogsLogGroup.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
971
+ NoSuchCloudWatchLogsLogGroup.struct_class = Types::NoSuchCloudWatchLogsLogGroup
972
+
973
+ NoSuchDelegationSet.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
974
+ NoSuchDelegationSet.struct_class = Types::NoSuchDelegationSet
975
+
976
+ NoSuchGeoLocation.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
977
+ NoSuchGeoLocation.struct_class = Types::NoSuchGeoLocation
978
+
979
+ NoSuchHealthCheck.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
980
+ NoSuchHealthCheck.struct_class = Types::NoSuchHealthCheck
981
+
982
+ NoSuchHostedZone.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
983
+ NoSuchHostedZone.struct_class = Types::NoSuchHostedZone
984
+
985
+ NoSuchQueryLoggingConfig.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
986
+ NoSuchQueryLoggingConfig.struct_class = Types::NoSuchQueryLoggingConfig
987
+
988
+ NoSuchTrafficPolicy.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
989
+ NoSuchTrafficPolicy.struct_class = Types::NoSuchTrafficPolicy
990
+
991
+ NoSuchTrafficPolicyInstance.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
992
+ NoSuchTrafficPolicyInstance.struct_class = Types::NoSuchTrafficPolicyInstance
993
+
994
+ NotAuthorizedException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
995
+ NotAuthorizedException.struct_class = Types::NotAuthorizedException
996
+
997
+ PriorRequestNotComplete.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
998
+ PriorRequestNotComplete.struct_class = Types::PriorRequestNotComplete
999
+
1000
+ PublicZoneVPCAssociation.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
1001
+ PublicZoneVPCAssociation.struct_class = Types::PublicZoneVPCAssociation
1002
+
888
1003
  QueryLoggingConfig.add_member(:id, Shapes::ShapeRef.new(shape: QueryLoggingConfigId, required: true, location_name: "Id"))
889
1004
  QueryLoggingConfig.add_member(:hosted_zone_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "HostedZoneId"))
890
1005
  QueryLoggingConfig.add_member(:cloud_watch_logs_log_group_arn, Shapes::ShapeRef.new(shape: CloudWatchLogsLogGroupArn, required: true, location_name: "CloudWatchLogsLogGroupArn"))
891
1006
  QueryLoggingConfig.struct_class = Types::QueryLoggingConfig
892
1007
 
1008
+ QueryLoggingConfigAlreadyExists.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
1009
+ QueryLoggingConfigAlreadyExists.struct_class = Types::QueryLoggingConfigAlreadyExists
1010
+
893
1011
  QueryLoggingConfigs.member = Shapes::ShapeRef.new(shape: QueryLoggingConfig, location_name: "QueryLoggingConfig")
894
1012
 
895
1013
  RecordData.member = Shapes::ShapeRef.new(shape: RecordDataEntry, location_name: "RecordDataEntry")
@@ -959,6 +1077,27 @@ module Aws::Route53
959
1077
  TestDNSAnswerResponse.add_member(:protocol, Shapes::ShapeRef.new(shape: TransportProtocol, required: true, location_name: "Protocol"))
960
1078
  TestDNSAnswerResponse.struct_class = Types::TestDNSAnswerResponse
961
1079
 
1080
+ ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
1081
+ ThrottlingException.struct_class = Types::ThrottlingException
1082
+
1083
+ TooManyHealthChecks.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
1084
+ TooManyHealthChecks.struct_class = Types::TooManyHealthChecks
1085
+
1086
+ TooManyHostedZones.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
1087
+ TooManyHostedZones.struct_class = Types::TooManyHostedZones
1088
+
1089
+ TooManyTrafficPolicies.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
1090
+ TooManyTrafficPolicies.struct_class = Types::TooManyTrafficPolicies
1091
+
1092
+ TooManyTrafficPolicyInstances.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
1093
+ TooManyTrafficPolicyInstances.struct_class = Types::TooManyTrafficPolicyInstances
1094
+
1095
+ TooManyTrafficPolicyVersionsForCurrentPolicy.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
1096
+ TooManyTrafficPolicyVersionsForCurrentPolicy.struct_class = Types::TooManyTrafficPolicyVersionsForCurrentPolicy
1097
+
1098
+ TooManyVPCAssociationAuthorizations.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
1099
+ TooManyVPCAssociationAuthorizations.struct_class = Types::TooManyVPCAssociationAuthorizations
1100
+
962
1101
  TrafficPolicies.member = Shapes::ShapeRef.new(shape: TrafficPolicy, location_name: "TrafficPolicy")
963
1102
 
964
1103
  TrafficPolicy.add_member(:id, Shapes::ShapeRef.new(shape: TrafficPolicyId, required: true, location_name: "Id"))
@@ -969,6 +1108,12 @@ module Aws::Route53
969
1108
  TrafficPolicy.add_member(:comment, Shapes::ShapeRef.new(shape: TrafficPolicyComment, location_name: "Comment"))
970
1109
  TrafficPolicy.struct_class = Types::TrafficPolicy
971
1110
 
1111
+ TrafficPolicyAlreadyExists.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
1112
+ TrafficPolicyAlreadyExists.struct_class = Types::TrafficPolicyAlreadyExists
1113
+
1114
+ TrafficPolicyInUse.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
1115
+ TrafficPolicyInUse.struct_class = Types::TrafficPolicyInUse
1116
+
972
1117
  TrafficPolicyInstance.add_member(:id, Shapes::ShapeRef.new(shape: TrafficPolicyInstanceId, required: true, location_name: "Id"))
973
1118
  TrafficPolicyInstance.add_member(:hosted_zone_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "HostedZoneId"))
974
1119
  TrafficPolicyInstance.add_member(:name, Shapes::ShapeRef.new(shape: DNSName, required: true, location_name: "Name"))
@@ -980,6 +1125,9 @@ module Aws::Route53
980
1125
  TrafficPolicyInstance.add_member(:traffic_policy_type, Shapes::ShapeRef.new(shape: RRType, required: true, location_name: "TrafficPolicyType"))
981
1126
  TrafficPolicyInstance.struct_class = Types::TrafficPolicyInstance
982
1127
 
1128
+ TrafficPolicyInstanceAlreadyExists.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
1129
+ TrafficPolicyInstanceAlreadyExists.struct_class = Types::TrafficPolicyInstanceAlreadyExists
1130
+
983
1131
  TrafficPolicyInstances.member = Shapes::ShapeRef.new(shape: TrafficPolicyInstance, location_name: "TrafficPolicyInstance")
984
1132
 
985
1133
  TrafficPolicySummaries.member = Shapes::ShapeRef.new(shape: TrafficPolicySummary, location_name: "TrafficPolicySummary")
@@ -1041,6 +1189,12 @@ module Aws::Route53
1041
1189
  VPC.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VPCId, location_name: "VPCId"))
1042
1190
  VPC.struct_class = Types::VPC
1043
1191
 
1192
+ VPCAssociationAuthorizationNotFound.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
1193
+ VPCAssociationAuthorizationNotFound.struct_class = Types::VPCAssociationAuthorizationNotFound
1194
+
1195
+ VPCAssociationNotFound.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
1196
+ VPCAssociationNotFound.struct_class = Types::VPCAssociationNotFound
1197
+
1044
1198
  VPCs.member = Shapes::ShapeRef.new(shape: VPC, location_name: "VPC")
1045
1199
 
1046
1200
 
@@ -10,5 +10,826 @@ module Aws::Route53
10
10
 
11
11
  extend Aws::Errors::DynamicErrors
12
12
 
13
+ class ConcurrentModification < ServiceError
14
+
15
+ # @param [Seahorse::Client::RequestContext] context
16
+ # @param [String] message
17
+ # @param [Aws::Route53::Types::ConcurrentModification] 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 ConflictingDomainExists < ServiceError
30
+
31
+ # @param [Seahorse::Client::RequestContext] context
32
+ # @param [String] message
33
+ # @param [Aws::Route53::Types::ConflictingDomainExists] 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 ConflictingTypes < ServiceError
46
+
47
+ # @param [Seahorse::Client::RequestContext] context
48
+ # @param [String] message
49
+ # @param [Aws::Route53::Types::ConflictingTypes] 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 DelegationSetAlreadyCreated < ServiceError
62
+
63
+ # @param [Seahorse::Client::RequestContext] context
64
+ # @param [String] message
65
+ # @param [Aws::Route53::Types::DelegationSetAlreadyCreated] 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 DelegationSetAlreadyReusable < ServiceError
78
+
79
+ # @param [Seahorse::Client::RequestContext] context
80
+ # @param [String] message
81
+ # @param [Aws::Route53::Types::DelegationSetAlreadyReusable] 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 DelegationSetInUse < ServiceError
94
+
95
+ # @param [Seahorse::Client::RequestContext] context
96
+ # @param [String] message
97
+ # @param [Aws::Route53::Types::DelegationSetInUse] 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 DelegationSetNotAvailable < ServiceError
110
+
111
+ # @param [Seahorse::Client::RequestContext] context
112
+ # @param [String] message
113
+ # @param [Aws::Route53::Types::DelegationSetNotAvailable] 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 DelegationSetNotReusable < ServiceError
126
+
127
+ # @param [Seahorse::Client::RequestContext] context
128
+ # @param [String] message
129
+ # @param [Aws::Route53::Types::DelegationSetNotReusable] 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 HealthCheckAlreadyExists < ServiceError
142
+
143
+ # @param [Seahorse::Client::RequestContext] context
144
+ # @param [String] message
145
+ # @param [Aws::Route53::Types::HealthCheckAlreadyExists] 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 HealthCheckInUse < ServiceError
158
+
159
+ # @param [Seahorse::Client::RequestContext] context
160
+ # @param [String] message
161
+ # @param [Aws::Route53::Types::HealthCheckInUse] 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 HealthCheckVersionMismatch < ServiceError
174
+
175
+ # @param [Seahorse::Client::RequestContext] context
176
+ # @param [String] message
177
+ # @param [Aws::Route53::Types::HealthCheckVersionMismatch] 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 HostedZoneAlreadyExists < ServiceError
190
+
191
+ # @param [Seahorse::Client::RequestContext] context
192
+ # @param [String] message
193
+ # @param [Aws::Route53::Types::HostedZoneAlreadyExists] 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 HostedZoneNotEmpty < ServiceError
206
+
207
+ # @param [Seahorse::Client::RequestContext] context
208
+ # @param [String] message
209
+ # @param [Aws::Route53::Types::HostedZoneNotEmpty] 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 HostedZoneNotFound < ServiceError
222
+
223
+ # @param [Seahorse::Client::RequestContext] context
224
+ # @param [String] message
225
+ # @param [Aws::Route53::Types::HostedZoneNotFound] 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 HostedZoneNotPrivate < ServiceError
238
+
239
+ # @param [Seahorse::Client::RequestContext] context
240
+ # @param [String] message
241
+ # @param [Aws::Route53::Types::HostedZoneNotPrivate] 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 IncompatibleVersion < ServiceError
254
+
255
+ # @param [Seahorse::Client::RequestContext] context
256
+ # @param [String] message
257
+ # @param [Aws::Route53::Types::IncompatibleVersion] 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 InsufficientCloudWatchLogsResourcePolicy < ServiceError
270
+
271
+ # @param [Seahorse::Client::RequestContext] context
272
+ # @param [String] message
273
+ # @param [Aws::Route53::Types::InsufficientCloudWatchLogsResourcePolicy] 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 InvalidArgument < ServiceError
286
+
287
+ # @param [Seahorse::Client::RequestContext] context
288
+ # @param [String] message
289
+ # @param [Aws::Route53::Types::InvalidArgument] 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 InvalidChangeBatch < ServiceError
302
+
303
+ # @param [Seahorse::Client::RequestContext] context
304
+ # @param [String] message
305
+ # @param [Aws::Route53::Types::InvalidChangeBatch] data
306
+ def initialize(context, message, data = Aws::EmptyStructure.new)
307
+ super(context, message, data)
308
+ end
309
+
310
+ # @return [String]
311
+ def messages
312
+ @data[:messages]
313
+ end
314
+
315
+ # @return [String]
316
+ def message
317
+ @message || @data[:message]
318
+ end
319
+
320
+ end
321
+
322
+ class InvalidDomainName < ServiceError
323
+
324
+ # @param [Seahorse::Client::RequestContext] context
325
+ # @param [String] message
326
+ # @param [Aws::Route53::Types::InvalidDomainName] data
327
+ def initialize(context, message, data = Aws::EmptyStructure.new)
328
+ super(context, message, data)
329
+ end
330
+
331
+ # @return [String]
332
+ def message
333
+ @message || @data[:message]
334
+ end
335
+
336
+ end
337
+
338
+ class InvalidInput < ServiceError
339
+
340
+ # @param [Seahorse::Client::RequestContext] context
341
+ # @param [String] message
342
+ # @param [Aws::Route53::Types::InvalidInput] data
343
+ def initialize(context, message, data = Aws::EmptyStructure.new)
344
+ super(context, message, data)
345
+ end
346
+
347
+ # @return [String]
348
+ def message
349
+ @message || @data[:message]
350
+ end
351
+
352
+ end
353
+
354
+ class InvalidPaginationToken < ServiceError
355
+
356
+ # @param [Seahorse::Client::RequestContext] context
357
+ # @param [String] message
358
+ # @param [Aws::Route53::Types::InvalidPaginationToken] data
359
+ def initialize(context, message, data = Aws::EmptyStructure.new)
360
+ super(context, message, data)
361
+ end
362
+
363
+ # @return [String]
364
+ def message
365
+ @message || @data[:message]
366
+ end
367
+
368
+ end
369
+
370
+ class InvalidTrafficPolicyDocument < ServiceError
371
+
372
+ # @param [Seahorse::Client::RequestContext] context
373
+ # @param [String] message
374
+ # @param [Aws::Route53::Types::InvalidTrafficPolicyDocument] data
375
+ def initialize(context, message, data = Aws::EmptyStructure.new)
376
+ super(context, message, data)
377
+ end
378
+
379
+ # @return [String]
380
+ def message
381
+ @message || @data[:message]
382
+ end
383
+
384
+ end
385
+
386
+ class InvalidVPCId < ServiceError
387
+
388
+ # @param [Seahorse::Client::RequestContext] context
389
+ # @param [String] message
390
+ # @param [Aws::Route53::Types::InvalidVPCId] data
391
+ def initialize(context, message, data = Aws::EmptyStructure.new)
392
+ super(context, message, data)
393
+ end
394
+
395
+ # @return [String]
396
+ def message
397
+ @message || @data[:message]
398
+ end
399
+
400
+ end
401
+
402
+ class LastVPCAssociation < ServiceError
403
+
404
+ # @param [Seahorse::Client::RequestContext] context
405
+ # @param [String] message
406
+ # @param [Aws::Route53::Types::LastVPCAssociation] data
407
+ def initialize(context, message, data = Aws::EmptyStructure.new)
408
+ super(context, message, data)
409
+ end
410
+
411
+ # @return [String]
412
+ def message
413
+ @message || @data[:message]
414
+ end
415
+
416
+ end
417
+
418
+ class LimitsExceeded < ServiceError
419
+
420
+ # @param [Seahorse::Client::RequestContext] context
421
+ # @param [String] message
422
+ # @param [Aws::Route53::Types::LimitsExceeded] data
423
+ def initialize(context, message, data = Aws::EmptyStructure.new)
424
+ super(context, message, data)
425
+ end
426
+
427
+ # @return [String]
428
+ def message
429
+ @message || @data[:message]
430
+ end
431
+
432
+ end
433
+
434
+ class NoSuchChange < ServiceError
435
+
436
+ # @param [Seahorse::Client::RequestContext] context
437
+ # @param [String] message
438
+ # @param [Aws::Route53::Types::NoSuchChange] data
439
+ def initialize(context, message, data = Aws::EmptyStructure.new)
440
+ super(context, message, data)
441
+ end
442
+
443
+ # @return [String]
444
+ def message
445
+ @message || @data[:message]
446
+ end
447
+
448
+ end
449
+
450
+ class NoSuchCloudWatchLogsLogGroup < ServiceError
451
+
452
+ # @param [Seahorse::Client::RequestContext] context
453
+ # @param [String] message
454
+ # @param [Aws::Route53::Types::NoSuchCloudWatchLogsLogGroup] data
455
+ def initialize(context, message, data = Aws::EmptyStructure.new)
456
+ super(context, message, data)
457
+ end
458
+
459
+ # @return [String]
460
+ def message
461
+ @message || @data[:message]
462
+ end
463
+
464
+ end
465
+
466
+ class NoSuchDelegationSet < ServiceError
467
+
468
+ # @param [Seahorse::Client::RequestContext] context
469
+ # @param [String] message
470
+ # @param [Aws::Route53::Types::NoSuchDelegationSet] data
471
+ def initialize(context, message, data = Aws::EmptyStructure.new)
472
+ super(context, message, data)
473
+ end
474
+
475
+ # @return [String]
476
+ def message
477
+ @message || @data[:message]
478
+ end
479
+
480
+ end
481
+
482
+ class NoSuchGeoLocation < ServiceError
483
+
484
+ # @param [Seahorse::Client::RequestContext] context
485
+ # @param [String] message
486
+ # @param [Aws::Route53::Types::NoSuchGeoLocation] data
487
+ def initialize(context, message, data = Aws::EmptyStructure.new)
488
+ super(context, message, data)
489
+ end
490
+
491
+ # @return [String]
492
+ def message
493
+ @message || @data[:message]
494
+ end
495
+
496
+ end
497
+
498
+ class NoSuchHealthCheck < ServiceError
499
+
500
+ # @param [Seahorse::Client::RequestContext] context
501
+ # @param [String] message
502
+ # @param [Aws::Route53::Types::NoSuchHealthCheck] data
503
+ def initialize(context, message, data = Aws::EmptyStructure.new)
504
+ super(context, message, data)
505
+ end
506
+
507
+ # @return [String]
508
+ def message
509
+ @message || @data[:message]
510
+ end
511
+
512
+ end
513
+
514
+ class NoSuchHostedZone < ServiceError
515
+
516
+ # @param [Seahorse::Client::RequestContext] context
517
+ # @param [String] message
518
+ # @param [Aws::Route53::Types::NoSuchHostedZone] data
519
+ def initialize(context, message, data = Aws::EmptyStructure.new)
520
+ super(context, message, data)
521
+ end
522
+
523
+ # @return [String]
524
+ def message
525
+ @message || @data[:message]
526
+ end
527
+
528
+ end
529
+
530
+ class NoSuchQueryLoggingConfig < ServiceError
531
+
532
+ # @param [Seahorse::Client::RequestContext] context
533
+ # @param [String] message
534
+ # @param [Aws::Route53::Types::NoSuchQueryLoggingConfig] data
535
+ def initialize(context, message, data = Aws::EmptyStructure.new)
536
+ super(context, message, data)
537
+ end
538
+
539
+ # @return [String]
540
+ def message
541
+ @message || @data[:message]
542
+ end
543
+
544
+ end
545
+
546
+ class NoSuchTrafficPolicy < ServiceError
547
+
548
+ # @param [Seahorse::Client::RequestContext] context
549
+ # @param [String] message
550
+ # @param [Aws::Route53::Types::NoSuchTrafficPolicy] data
551
+ def initialize(context, message, data = Aws::EmptyStructure.new)
552
+ super(context, message, data)
553
+ end
554
+
555
+ # @return [String]
556
+ def message
557
+ @message || @data[:message]
558
+ end
559
+
560
+ end
561
+
562
+ class NoSuchTrafficPolicyInstance < ServiceError
563
+
564
+ # @param [Seahorse::Client::RequestContext] context
565
+ # @param [String] message
566
+ # @param [Aws::Route53::Types::NoSuchTrafficPolicyInstance] data
567
+ def initialize(context, message, data = Aws::EmptyStructure.new)
568
+ super(context, message, data)
569
+ end
570
+
571
+ # @return [String]
572
+ def message
573
+ @message || @data[:message]
574
+ end
575
+
576
+ end
577
+
578
+ class NotAuthorizedException < ServiceError
579
+
580
+ # @param [Seahorse::Client::RequestContext] context
581
+ # @param [String] message
582
+ # @param [Aws::Route53::Types::NotAuthorizedException] data
583
+ def initialize(context, message, data = Aws::EmptyStructure.new)
584
+ super(context, message, data)
585
+ end
586
+
587
+ # @return [String]
588
+ def message
589
+ @message || @data[:message]
590
+ end
591
+
592
+ end
593
+
594
+ class PriorRequestNotComplete < ServiceError
595
+
596
+ # @param [Seahorse::Client::RequestContext] context
597
+ # @param [String] message
598
+ # @param [Aws::Route53::Types::PriorRequestNotComplete] data
599
+ def initialize(context, message, data = Aws::EmptyStructure.new)
600
+ super(context, message, data)
601
+ end
602
+
603
+ # @return [String]
604
+ def message
605
+ @message || @data[:message]
606
+ end
607
+
608
+ end
609
+
610
+ class PublicZoneVPCAssociation < ServiceError
611
+
612
+ # @param [Seahorse::Client::RequestContext] context
613
+ # @param [String] message
614
+ # @param [Aws::Route53::Types::PublicZoneVPCAssociation] data
615
+ def initialize(context, message, data = Aws::EmptyStructure.new)
616
+ super(context, message, data)
617
+ end
618
+
619
+ # @return [String]
620
+ def message
621
+ @message || @data[:message]
622
+ end
623
+
624
+ end
625
+
626
+ class QueryLoggingConfigAlreadyExists < ServiceError
627
+
628
+ # @param [Seahorse::Client::RequestContext] context
629
+ # @param [String] message
630
+ # @param [Aws::Route53::Types::QueryLoggingConfigAlreadyExists] data
631
+ def initialize(context, message, data = Aws::EmptyStructure.new)
632
+ super(context, message, data)
633
+ end
634
+
635
+ # @return [String]
636
+ def message
637
+ @message || @data[:message]
638
+ end
639
+
640
+ end
641
+
642
+ class ThrottlingException < ServiceError
643
+
644
+ # @param [Seahorse::Client::RequestContext] context
645
+ # @param [String] message
646
+ # @param [Aws::Route53::Types::ThrottlingException] data
647
+ def initialize(context, message, data = Aws::EmptyStructure.new)
648
+ super(context, message, data)
649
+ end
650
+
651
+ # @return [String]
652
+ def message
653
+ @message || @data[:message]
654
+ end
655
+
656
+ end
657
+
658
+ class TooManyHealthChecks < ServiceError
659
+
660
+ # @param [Seahorse::Client::RequestContext] context
661
+ # @param [String] message
662
+ # @param [Aws::Route53::Types::TooManyHealthChecks] data
663
+ def initialize(context, message, data = Aws::EmptyStructure.new)
664
+ super(context, message, data)
665
+ end
666
+
667
+ # @return [String]
668
+ def message
669
+ @message || @data[:message]
670
+ end
671
+
672
+ end
673
+
674
+ class TooManyHostedZones < ServiceError
675
+
676
+ # @param [Seahorse::Client::RequestContext] context
677
+ # @param [String] message
678
+ # @param [Aws::Route53::Types::TooManyHostedZones] data
679
+ def initialize(context, message, data = Aws::EmptyStructure.new)
680
+ super(context, message, data)
681
+ end
682
+
683
+ # @return [String]
684
+ def message
685
+ @message || @data[:message]
686
+ end
687
+
688
+ end
689
+
690
+ class TooManyTrafficPolicies < ServiceError
691
+
692
+ # @param [Seahorse::Client::RequestContext] context
693
+ # @param [String] message
694
+ # @param [Aws::Route53::Types::TooManyTrafficPolicies] data
695
+ def initialize(context, message, data = Aws::EmptyStructure.new)
696
+ super(context, message, data)
697
+ end
698
+
699
+ # @return [String]
700
+ def message
701
+ @message || @data[:message]
702
+ end
703
+
704
+ end
705
+
706
+ class TooManyTrafficPolicyInstances < ServiceError
707
+
708
+ # @param [Seahorse::Client::RequestContext] context
709
+ # @param [String] message
710
+ # @param [Aws::Route53::Types::TooManyTrafficPolicyInstances] data
711
+ def initialize(context, message, data = Aws::EmptyStructure.new)
712
+ super(context, message, data)
713
+ end
714
+
715
+ # @return [String]
716
+ def message
717
+ @message || @data[:message]
718
+ end
719
+
720
+ end
721
+
722
+ class TooManyTrafficPolicyVersionsForCurrentPolicy < ServiceError
723
+
724
+ # @param [Seahorse::Client::RequestContext] context
725
+ # @param [String] message
726
+ # @param [Aws::Route53::Types::TooManyTrafficPolicyVersionsForCurrentPolicy] data
727
+ def initialize(context, message, data = Aws::EmptyStructure.new)
728
+ super(context, message, data)
729
+ end
730
+
731
+ # @return [String]
732
+ def message
733
+ @message || @data[:message]
734
+ end
735
+
736
+ end
737
+
738
+ class TooManyVPCAssociationAuthorizations < ServiceError
739
+
740
+ # @param [Seahorse::Client::RequestContext] context
741
+ # @param [String] message
742
+ # @param [Aws::Route53::Types::TooManyVPCAssociationAuthorizations] data
743
+ def initialize(context, message, data = Aws::EmptyStructure.new)
744
+ super(context, message, data)
745
+ end
746
+
747
+ # @return [String]
748
+ def message
749
+ @message || @data[:message]
750
+ end
751
+
752
+ end
753
+
754
+ class TrafficPolicyAlreadyExists < ServiceError
755
+
756
+ # @param [Seahorse::Client::RequestContext] context
757
+ # @param [String] message
758
+ # @param [Aws::Route53::Types::TrafficPolicyAlreadyExists] data
759
+ def initialize(context, message, data = Aws::EmptyStructure.new)
760
+ super(context, message, data)
761
+ end
762
+
763
+ # @return [String]
764
+ def message
765
+ @message || @data[:message]
766
+ end
767
+
768
+ end
769
+
770
+ class TrafficPolicyInUse < ServiceError
771
+
772
+ # @param [Seahorse::Client::RequestContext] context
773
+ # @param [String] message
774
+ # @param [Aws::Route53::Types::TrafficPolicyInUse] data
775
+ def initialize(context, message, data = Aws::EmptyStructure.new)
776
+ super(context, message, data)
777
+ end
778
+
779
+ # @return [String]
780
+ def message
781
+ @message || @data[:message]
782
+ end
783
+
784
+ end
785
+
786
+ class TrafficPolicyInstanceAlreadyExists < ServiceError
787
+
788
+ # @param [Seahorse::Client::RequestContext] context
789
+ # @param [String] message
790
+ # @param [Aws::Route53::Types::TrafficPolicyInstanceAlreadyExists] data
791
+ def initialize(context, message, data = Aws::EmptyStructure.new)
792
+ super(context, message, data)
793
+ end
794
+
795
+ # @return [String]
796
+ def message
797
+ @message || @data[:message]
798
+ end
799
+
800
+ end
801
+
802
+ class VPCAssociationAuthorizationNotFound < ServiceError
803
+
804
+ # @param [Seahorse::Client::RequestContext] context
805
+ # @param [String] message
806
+ # @param [Aws::Route53::Types::VPCAssociationAuthorizationNotFound] data
807
+ def initialize(context, message, data = Aws::EmptyStructure.new)
808
+ super(context, message, data)
809
+ end
810
+
811
+ # @return [String]
812
+ def message
813
+ @message || @data[:message]
814
+ end
815
+
816
+ end
817
+
818
+ class VPCAssociationNotFound < ServiceError
819
+
820
+ # @param [Seahorse::Client::RequestContext] context
821
+ # @param [String] message
822
+ # @param [Aws::Route53::Types::VPCAssociationNotFound] data
823
+ def initialize(context, message, data = Aws::EmptyStructure.new)
824
+ super(context, message, data)
825
+ end
826
+
827
+ # @return [String]
828
+ def message
829
+ @message || @data[:message]
830
+ end
831
+
832
+ end
833
+
13
834
  end
14
835
  end