Class: Aws::ServiceDiscovery::Types::InstanceNotFound
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::InstanceNotFound
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicediscovery/types.rb
Overview
No instance exists with the specified ID, or the instance was recently registered, and information about the instance hasn’t propagated yet.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1460 1461 1462 1463 1464 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1460 class InstanceNotFound < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |