Class: Aws::Types::Bounce
- Inherits:
-
Object
- Object
- Aws::Types::Bounce
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bounce_sub_type ⇒ ::String
Returns the value of attribute bounce_sub_type.
-
#bounce_type ⇒ "UNDETERMINED", ...
Returns the value of attribute bounce_type.
-
#diagnostic_code ⇒ ::String
Returns the value of attribute diagnostic_code.
Instance Attribute Details
#bounce_sub_type ⇒ ::String
Returns the value of attribute bounce_sub_type.
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.
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.
83 84 85 |
# File 'sig/types.rbs', line 83 def diagnostic_code @diagnostic_code end |