Class: Aws::Types::BounceAction
- Inherits:
-
Object
- Object
- Aws::Types::BounceAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_failure_policy ⇒ "CONTINUE", "DROP"
Returns the value of attribute action_failure_policy.
-
#diagnostic_message ⇒ ::String
Returns the value of attribute diagnostic_message.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#sender ⇒ ::String
Returns the value of attribute sender.
-
#smtp_reply_code ⇒ ::String
Returns the value of attribute smtp_reply_code.
-
#status_code ⇒ ::String
Returns the value of attribute status_code.
Instance Attribute Details
#action_failure_policy ⇒ "CONTINUE", "DROP"
Returns the value of attribute action_failure_policy.
140 141 142 |
# File 'sig/types.rbs', line 140 def action_failure_policy @action_failure_policy end |
#diagnostic_message ⇒ ::String
Returns the value of attribute diagnostic_message.
145 146 147 |
# File 'sig/types.rbs', line 145 def @diagnostic_message end |
#message ⇒ ::String
Returns the value of attribute message.
146 147 148 |
# File 'sig/types.rbs', line 146 def @message end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
141 142 143 |
# File 'sig/types.rbs', line 141 def role_arn @role_arn end |
#sender ⇒ ::String
Returns the value of attribute sender.
142 143 144 |
# File 'sig/types.rbs', line 142 def sender @sender end |
#smtp_reply_code ⇒ ::String
Returns the value of attribute smtp_reply_code.
144 145 146 |
# File 'sig/types.rbs', line 144 def smtp_reply_code @smtp_reply_code end |
#status_code ⇒ ::String
Returns the value of attribute status_code.
143 144 145 |
# File 'sig/types.rbs', line 143 def status_code @status_code end |