Class: Aws::Types::Bounce

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bounce_sub_type::String

Returns the value of attribute bounce_sub_type.

Returns:

  • (::String)


82
83
84
# File 'sig/types.rbs', line 82

def bounce_sub_type
  @bounce_sub_type
end

#bounce_type"UNDETERMINED", ...

Returns the value of attribute bounce_type.

Returns:

  • ("UNDETERMINED", "TRANSIENT", "PERMANENT")


81
82
83
# File 'sig/types.rbs', line 81

def bounce_type
  @bounce_type
end

#diagnostic_code::String

Returns the value of attribute diagnostic_code.

Returns:

  • (::String)


83
84
85
# File 'sig/types.rbs', line 83

def diagnostic_code
  @diagnostic_code
end