Class: Aws::ServiceDiscovery::Types::OperationNotFound
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::OperationNotFound
- Includes:
- Aws::Structure
- Defined in:
- 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
#message ⇒ String
2251 2252 2253 2254 2255 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2251 class OperationNotFound < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |