Class: Aws::Route53::Types::HealthCheckVersionMismatch
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::HealthCheckVersionMismatch
- Includes:
- Structure
- Defined in:
- 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
3699 3700 3701 3702 3703 |
# File 'lib/aws-sdk-route53/types.rb', line 3699 class HealthCheckVersionMismatch < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |