---
content: |
  <GetIdentityNotificationAttributesResponse xmlns="http://ses.amazonaws.com/doc/2010-12-01/">
    <GetIdentityNotificationAttributesResult>
      <NotificationAttributes>
        <entry>
          <key>user@example.com</key>
          <value>
            <ForwardingEnabled>true</ForwardingEnabled>
            <BounceTopic>arn:aws:sns:us-east-1:123456789012:examplebounce</BounceTopic>
            <ComplaintTopic>arn:aws:sns:us-east-1:123456789012:examplecomplaint</ComplaintTopic>
          </value>
        </entry>
      </NotificationAttributes>
    </GetIdentityNotificationAttributesResult>
    <ResponseMetadata>
      <RequestId>e038e509-b72a-11e1-901f-1fbd90e8104f</RequestId>
    </ResponseMetadata>
  </GetIdentityNotificationAttributesResponse>
headers: []
status: 200