Connect / Client / describe_email_address

describe_email_address#

Connect.Client.describe_email_address(**kwargs)#

See also: AWS API Documentation

Request Syntax

response = client.describe_email_address(
    InstanceId='string',
    EmailAddressId='string'
)
Parameters:
  • InstanceId (string) – [REQUIRED]

  • EmailAddressId (string) – [REQUIRED]

Return type:

dict

Returns:

Response Syntax

{
    'EmailAddressId': 'string',
    'EmailAddressArn': 'string',
    'EmailAddress': 'string',
    'DisplayName': 'string',
    'Description': 'string',
    'CreateTimestamp': 'string',
    'ModifiedTimestamp': 'string',
    'Tags': {
        'string': 'string'
    }
}

Response Structure

  • (dict) –

    • EmailAddressId (string) –

    • EmailAddressArn (string) –

    • EmailAddress (string) –

    • DisplayName (string) –

    • Description (string) –

    • CreateTimestamp (string) –

    • ModifiedTimestamp (string) –

    • Tags (dict) –

      • (string) –

        • (string) –

Exceptions

  • Connect.Client.exceptions.ResourceNotFoundException

  • Connect.Client.exceptions.AccessDeniedException

  • Connect.Client.exceptions.ThrottlingException

  • Connect.Client.exceptions.InvalidParameterException

  • Connect.Client.exceptions.InvalidRequestException

  • Connect.Client.exceptions.InternalServiceException