Class: Aws::Rekognition::Errors::VideoTooLargeException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::Rekognition::Errors::VideoTooLargeException
 
 
- Defined in:
 - lib/aws-sdk-rekognition/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ VideoTooLargeException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of VideoTooLargeException.
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ VideoTooLargeException
Returns a new instance of VideoTooLargeException.
      300 301 302  | 
    
      # File 'lib/aws-sdk-rekognition/errors.rb', line 300 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  |