Class: Aws::SESV2::Types::Bounce

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb

Overview

Information about a Bounce event.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bounce_sub_typeString

The subtype of the bounce, as determined by SES.

Returns:

  • (String)


271
272
273
274
275
276
277
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 271

class Bounce < Struct.new(
  :bounce_type,
  :bounce_sub_type,
  :diagnostic_code)
  SENSITIVE = []
  include Aws::Structure
end

#bounce_typeString

The type of the bounce, as determined by SES. Can be one of UNDETERMINED, TRANSIENT, or PERMANENT

Returns:

  • (String)


271
272
273
274
275
276
277
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 271

class Bounce < Struct.new(
  :bounce_type,
  :bounce_sub_type,
  :diagnostic_code)
  SENSITIVE = []
  include Aws::Structure
end

#diagnostic_codeString

The status code issued by the reporting Message Transfer Authority (MTA). This field only appears if a delivery status notification (DSN) was attached to the bounce and the Diagnostic-Code was provided in the DSN.

Returns:

  • (String)


271
272
273
274
275
276
277
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 271

class Bounce < Struct.new(
  :bounce_type,
  :bounce_sub_type,
  :diagnostic_code)
  SENSITIVE = []
  include Aws::Structure
end