Class: Aws::RoboMaker::Types::ResourceNotFoundException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RoboMaker::Types::ResourceNotFoundException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-robomaker/types.rb
 
Overview
The specified resource does not exist.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      4134 4135 4136 4137 4138  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 4134 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |