Class: Aws::WorkMailMessageFlow::Types::MessageRejected

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

Overview

The requested email could not be updated due to an error in the MIME content. Check the error message for more information about what caused the error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


86
87
88
89
90
# File 'lib/aws-sdk-workmailmessageflow/types.rb', line 86

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