class Aws::WorkMailMessageFlow::Types::RawMessageContent

Provides the MIME content of the updated email message as an S3 object. All MIME content must meet the following criteria:

[1]: docs.aws.amazon.com/ses/latest/DeveloperGuide/mime-types-appendix.html [2]: tools.ietf.org/html/rfc5321#section-4.5.3.1.6

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

data as a hash:

    {
      s3_reference: { # required
        bucket: "s3BucketIdType", # required
        key: "s3KeyIdType", # required
        object_version: "s3VersionType",
      },
    }

@!attribute [rw] s3_reference

The S3 reference of an email message.
@return [Types::S3Reference]

@see docs.aws.amazon.com/goto/WebAPI/workmailmessageflow-2019-05-01/RawMessageContent AWS API Documentation

Constants

SENSITIVE