Class: Aws::Route53::Types::TooManyHealthChecks
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::TooManyHealthChecks
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
This health check can’t be created because the current account has reached the limit on the number of active health checks.
For information about default limits, see [Limits] in the *Amazon Route 53 Developer Guide*.
For information about how to get the current limit for an account, see
- GetAccountLimit]. To request a higher limit, [create a case][3
-
with the Amazon Web Services Support Center.
You have reached the maximum number of active health checks for an Amazon Web Services account. To request a higher limit, [create a case] with the Amazon Web Services Support Center.
[1]: docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html [2]: docs.aws.amazon.com/Route53/latest/APIReference/API_GetAccountLimit.html [3]: aws.amazon.com/route53-request
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7153 7154 7155 7156 7157 |
# File 'lib/aws-sdk-route53/types.rb', line 7153 class TooManyHealthChecks < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |