Class: Aws::ServiceDiscovery::Types::CustomHealthNotFound
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::CustomHealthNotFound
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicediscovery/types.rb
Overview
The health check for the instance that’s specified by ‘ServiceId` and `InstanceId` isn’t a custom health check.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
339 340 341 342 343 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 339 class CustomHealthNotFound < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |