Class: Aws::ServiceDiscovery::Types::InstanceNotFound

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


1461
1462
1463
1464
1465
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1461

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