Class: Aws::SES::Types::SendBounceResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb

Overview

Represents a unique message ID.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#message_idString

The message ID of the bounce message.

Returns:

  • (String)


3737
3738
3739
3740
3741
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 3737

class SendBounceResponse < Struct.new(
  :message_id)
  SENSITIVE = []
  include Aws::Structure
end