Class: Aws::ServiceDiscovery::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::ResourceNotFoundException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicediscovery/types.rb
Overview
The operation can’t be completed because the resource was not found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2705 2706 2707 2708 2709 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2705 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |