Class: Aws::Route53::Types::TooManyTrafficPolicies
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::TooManyTrafficPolicies
- Defined in:
- gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb
Overview
This traffic policy can't be created because the current account has reached the limit on the number of traffic policies.
For information about default limits, see Limits in the Amazon Route 53 Developer Guide.
To get the current limit for an account, see GetAccountLimit.
To request a higher limit, create a case with the Amazon Web Services Support Center.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7313 7314 7315 7316 7317 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 7313 class TooManyTrafficPolicies < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |