Class: Aws::ServiceDiscovery::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-servicediscovery/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
2753 2754 2755 2756 2757 |
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 2753 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |