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)


3686
3687
3688
3689
3690
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 3686

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