SendEmailResponse

public struct SendEmailResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A unique identifier for the message that is generated when the message is accepted. It’s possible for Amazon SES to accept a message without sending it. This can happen when the message that you’re trying to send has an attachment contains a virus, or when you send a templated email that contains invalid personalization content, for example.

    Declaration

    Swift

    public let messageId: String?
  • Undocumented

    Declaration

    Swift

    public init(messageId: String? = nil)