Class: Aws::Route53::Types::TrafficPolicyInUse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::TrafficPolicyInUse
- 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
#message ⇒ String
7382 7383 7384 7385 7386 |
# File 'lib/aws-sdk-route53/types.rb', line 7382 class TrafficPolicyInUse < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |