Class: Aws::Types::BouncedRecipientInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bounce_type"DoesNotExist", ...

Returns the value of attribute bounce_type.

Returns:

  • ("DoesNotExist", "MessageTooLarge", "ExceededQuota", "ContentRejected", "Undefined", "TemporaryFailure")


43
44
45
# File 'sig/types.rbs', line 43

def bounce_type
  @bounce_type
end

#recipient::String

Returns the value of attribute recipient.

Returns:

  • (::String)


41
42
43
# File 'sig/types.rbs', line 41

def recipient
  @recipient
end

#recipient_arn::String

Returns the value of attribute recipient_arn.

Returns:

  • (::String)


42
43
44
# File 'sig/types.rbs', line 42

def recipient_arn
  @recipient_arn
end

#recipient_dsn_fieldsTypes::RecipientDsnFields

Returns the value of attribute recipient_dsn_fields.



44
45
46
# File 'sig/types.rbs', line 44

def recipient_dsn_fields
  @recipient_dsn_fields
end