AwsExceptionFn typedef
        AwsExceptionFn =
     AwsException Function(String type, String message)
    
    
    
Implementation
typedef AwsExceptionFn = AwsException Function(String type, String message);typedef AwsExceptionFn = AwsException Function(String type, String message);