Class: Aws::MediaLive::Types::NotFoundExceptionResponseContent
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::NotFoundExceptionResponseContent
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Request references a resource which does not exist.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Exception error message.
 
Instance Attribute Details
#message ⇒ String
Exception error message.
      16211 16212 16213 16214 16215  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 16211 class NotFoundExceptionResponseContent < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |