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