Class: Aws::SES::Types::SendBounceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::SendBounceResponse
- 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
-
#message_id ⇒ String
The message ID of the bounce message.
Instance Attribute Details
#message_id ⇒ String
The message ID of the bounce message.
3761 3762 3763 3764 3765 |
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 3761 class SendBounceResponse < Struct.new( :message_id) SENSITIVE = [] include Aws::Structure end |