Shield / Client / describe_emergency_contact_settings

describe_emergency_contact_settings#

Shield.Client.describe_emergency_contact_settings()#

A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.

See also: AWS API Documentation

Request Syntax

response = client.describe_emergency_contact_settings()
Return type:

dict

Returns:

Response Syntax

{
    'EmergencyContactList': [
        {
            'EmailAddress': 'string',
            'PhoneNumber': 'string',
            'ContactNotes': 'string'
        },
    ]
}

Response Structure

  • (dict) –

    • EmergencyContactList (list) –

      A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.

      • (dict) –

        Contact information that the SRT can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.

        • EmailAddress (string) –

          The email address for the contact.

        • PhoneNumber (string) –

          The phone number for the contact.

        • ContactNotes (string) –

          Additional notes regarding the contact.

Exceptions