Class: Aws::Route53::Types::TrafficPolicyAlreadyExists
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Route53::Types::TrafficPolicyAlreadyExists
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-route53/types.rb
 
Overview
A traffic policy that has the same value for ‘Name` already exists.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      7368 7369 7370 7371 7372  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 7368 class TrafficPolicyAlreadyExists < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |