Class: Aws::Route53::Types::HealthCheckAlreadyExists
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::HealthCheckAlreadyExists
- Defined in:
- gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb
Overview
The health check you're attempting to create already exists. Amazon Route 53 returns this error when you submit a request that has the following values:
The same value for
CallerReferenceas an existing health check, and one or more values that differ from the existing health check that has the same caller reference.The same value for
CallerReferenceas a health check that you created and later deleted, regardless of the other settings in the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3268 3269 3270 3271 3272 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 3268 class HealthCheckAlreadyExists < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |