Class: Aws::SES::Types::SendBounceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::SendBounceResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ses/types.rb
Overview
Represents a unique message ID.
Instance Attribute Summary collapse
-
#message_id ⇒ String
The message ID of the bounce message.
Instance Attribute Details
#message_id ⇒ String
The message ID of the bounce message.
3859 3860 3861 3862 |
# File 'lib/aws-sdk-ses/types.rb', line 3859 class SendBounceResponse < Struct.new( :message_id) include Aws::Structure end |