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.
92 93 94 |
# File 'sig/types.rbs', line 92 def bounce_sub_type @bounce_sub_type end |
#bounce_type ⇒ "UNDETERMINED", ...
Returns the value of attribute bounce_type.
91 92 93 |
# File 'sig/types.rbs', line 91 def bounce_type @bounce_type end |
#diagnostic_code ⇒ ::String
Returns the value of attribute diagnostic_code.
93 94 95 |
# File 'sig/types.rbs', line 93 def diagnostic_code @diagnostic_code end |