Class: Aws::ServiceDiscovery::Types::ServiceNotFound

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb

Overview

No service exists with the specified ID.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3035
3036
3037
3038
3039
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 3035

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