Class: Aws::Route53::Types::ConflictingTypes

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53/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 CreateTrafficPolicyVersionrequest.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1141
1142
1143
1144
1145
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 1141

class ConflictingTypes < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end