lex/__init__.py [161:167]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                return resp
        except ClientError as e:
            if e.response and \
               e.response['Error']['Code'] == 'NotFoundException':
                return None
            else:
                raise
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



lex/__init__.py [181:187]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                return resp
        except ClientError as e:
            if e.response and \
               e.response['Error']['Code'] == 'NotFoundException':
                return None
            else:
                raise
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



