update doc string

This commit is contained in:
Allen Sanabria 2016-03-23 19:21:24 -07:00 committed by Allen Sanabria
parent 4e1c3a58b3
commit 514e285d1a

View file

@ -109,6 +109,7 @@ EXAMPLES = '''
- name: Delete Kinesis Stream test-stream and wait for it to finish deleting.
kinesis_stream:
name: test-stream
state: absent
wait: yes
wait_timeout: 600
register: test_stream