class Aws::IoTEvents::Types::EmailContent

Contains the subject and message of an email.

@note When making an API call, you may pass EmailContent

data as a hash:

    {
      subject: "EmailSubject",
      additional_message: "NotificationAdditionalMessage",
    }

@!attribute [rw] subject

The subject of the email.
@return [String]

@!attribute [rw] additional_message

The message that you want to send. The message can be up to 200
characters.
@return [String]

Constants

SENSITIVE