Fix code example (#2018)

This commit is contained in:
Jens Carl 2016-04-12 15:10:41 -07:00 committed by Brian Coca
parent ab2f4c4002
commit 10def11d39

View file

@ -79,7 +79,7 @@ except ImportError:
def main():
if not HAS_BOTO:
if not HAS_BOTO3:
module.fail_json(msg='boto required for this module')
```