function getReason()

in cloudformationTemplates/urlPreviewForAsyncChat/js/S3NotificationConfiguration.js [109:114]


function getReason(err) {
    if (err)
        return err.message;
    else
        return '';
}