Class: Aws::Firehose::Types::ResourceNotFoundException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Firehose::Types::ResourceNotFoundException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-firehose/types.rb
 
Overview
The specified resource could not be found.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A message that provides information about the error.
 
Instance Attribute Details
#message ⇒ String
A message that provides information about the error.
      4149 4150 4151 4152 4153  | 
    
      # File 'lib/aws-sdk-firehose/types.rb', line 4149 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |