Class: Aws::TimestreamWrite::Types::ResourceNotFoundException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::TimestreamWrite::Types::ResourceNotFoundException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-timestreamwrite/types.rb
 
Overview
The operation tried to access a nonexistent resource. The resource might not be specified correctly, or its status might not be ACTIVE.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      1345 1346 1347 1348 1349  | 
    
      # File 'lib/aws-sdk-timestreamwrite/types.rb', line 1345 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |