Class: Aws::Route53::Types::HealthCheckVersionMismatch
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::HealthCheckVersionMismatch
- Defined in:
- gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb
Overview
The value of HealthCheckVersion in the request doesn't match the
value of HealthCheckVersion in the health check.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3739 3740 3741 3742 3743 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 3739 class HealthCheckVersionMismatch < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |