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
1508 1509 1510 1511 1512 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1508 class InstanceNotFound < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |