|
    Ultima modificación |
    Ver Log
    | 
  
  
  
     
        
        | Rev | Autor | Línea Nro. | Línea | 
     
     
        
           | 1 | efrain | 1 | <?php
 | 
        
           |  |  | 2 | namespace Aws\GlueDataBrew\Exception;
 | 
        
           |  |  | 3 |   | 
        
           |  |  | 4 | use Aws\Exception\AwsException;
 | 
        
           |  |  | 5 |   | 
        
           |  |  | 6 | /**
 | 
        
           |  |  | 7 |  * Represents an error interacting with the **AWS Glue DataBrew** service.
 | 
        
           |  |  | 8 |  */
 | 
        
           |  |  | 9 | class GlueDataBrewException extends AwsException {}
 |