Method: Aws::SESV2::Types::BulkEmailEntryResult#error

Defined in:
lib/aws-sdk-sesv2/types.rb

#errorString

A description of an error that prevented a message being sent using the ‘SendBulkTemplatedEmail` operation.

Returns:

  • (String)


432
433
434
435
436
437
438
# File 'lib/aws-sdk-sesv2/types.rb', line 432

class BulkEmailEntryResult < Struct.new(
  :status,
  :error,
  :message_id)
  SENSITIVE = []
  include Aws::Structure
end