Class: Aws::Route53::Types::TrafficPolicyInUse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-route53/types.rb

Overview

One or more traffic policy instances were created by using the specified traffic policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


7383
7384
7385
7386
7387
# File 'lib/aws-sdk-route53/types.rb', line 7383

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