Class: Aws::LocationService::Types::ResourceNotFoundException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LocationService::Types::ResourceNotFoundException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-locationservice/types.rb
 
Overview
The resource that you’ve entered was not found in your AWS account.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      5453 5454 5455 5456 5457  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 5453 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |