Class: Aws::ServiceDiscovery::Types::OperationNotFound

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

Overview

No operation exists with the specified ID.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2252
2253
2254
2255
2256
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 2252

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