Class: Aws::ServiceDiscovery::Types::CustomHealthNotFound

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicediscovery/types.rb

Overview

The health check for the instance that is specified by ‘ServiceId` and `InstanceId` is not a custom health check.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


382
383
384
385
386
# File 'lib/aws-sdk-servicediscovery/types.rb', line 382

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