Class: Aws::ApplicationDiscoveryService::Types::ResourceNotFoundException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ApplicationDiscoveryService::Types::ResourceNotFoundException
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationdiscoveryservice/types.rb
Overview
The specified configuration ID was not located. Verify the configuration ID and try again.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
| 1852 1853 1854 1855 1856 | # File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1852 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |