Class: Aws::ServiceDiscovery::Types::InstanceNotFound
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ServiceDiscovery::Types::InstanceNotFound
 
 
- Defined in:
 - gems/aws-sdk-servicediscovery/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
      1632 1633 1634 1635 1636  | 
    
      # File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 1632 class InstanceNotFound < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |