WorkMail / Client / describe_inbound_dmarc_settings

describe_inbound_dmarc_settings#

WorkMail.Client.describe_inbound_dmarc_settings(**kwargs)#

Lists the settings in a DMARC policy for a specified organization.

See also: AWS API Documentation

Request Syntax

response = client.describe_inbound_dmarc_settings(
    OrganizationId='string'
)
Parameters:

OrganizationId (string) –

[REQUIRED]

Lists the ID of the given organization.

Return type:

dict

Returns:

Response Syntax

{
    'Enforced': True|False
}

Response Structure

  • (dict) –

    • Enforced (boolean) –

      Lists the enforcement setting of the applied policy.

Exceptions

  • WorkMail.Client.exceptions.OrganizationNotFoundException

  • WorkMail.Client.exceptions.OrganizationStateException