Class: Aws::MailManager::Types::GetArchiveMessageContentResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mailmanager/types.rb

Overview

The response containing the textual content of the requested archived email message.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bodyTypes::MessageBody

The textual body content of the email message.

Returns:



1178
1179
1180
1181
1182
# File 'lib/aws-sdk-mailmanager/types.rb', line 1178

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