[aws] Doc fix for aws_ses_identity (#41194)

Examples have a typo of ses_identity instead of aws_ses_identity. Fixed that and proposing these changes here.

+label: docsite_pr
pull/36468/merge
Abhishek Garg 7 years ago committed by Ryan Brown
parent 1a70681630
commit 0512e9656b

@ -115,7 +115,7 @@ EXAMPLES = '''
purge_subscriptions: False
register: topic_info
- name: Deliver feedback to topic instead of owner email
ses_identity:
aws_ses_identity:
identity: example@example.com
state: present
complaint_notifications:
@ -135,7 +135,7 @@ EXAMPLES = '''
purge_subscriptions: False
register: topic_info
- name: Delivery notifications to topic
ses_identity:
aws_ses_identity:
identity: example@example.com
state: present
delivery_notifications:

Loading…
Cancel
Save