Class: Aws::Route53::Types::ConflictingTypes
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::ConflictingTypes
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
You tried to update a traffic policy instance by using a traffic policy version that has a different DNS type than the current type for the instance. You specified the type in the JSON document in the ‘CreateTrafficPolicy` or `CreateTrafficPolicyVersion`request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1139 1140 1141 1142 1143 |
# File 'lib/aws-sdk-route53/types.rb', line 1139 class ConflictingTypes < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |