Class: Aws::Route53::Types::HealthCheckVersionMismatch

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


3701
3702
3703
3704
3705
# File 'lib/aws-sdk-route53/types.rb', line 3701

class HealthCheckVersionMismatch < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end