Class: Aws::Types::BounceAction

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#action_failure_policy"CONTINUE", "DROP"

Returns the value of attribute action_failure_policy.

Returns:



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.

Returns:



145
146
147
# File 'sig/types.rbs', line 145

def diagnostic_message
  @diagnostic_message
end

#message::String

Returns the value of attribute message.

Returns:



146
147
148
# File 'sig/types.rbs', line 146

def message
  @message
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:



141
142
143
# File 'sig/types.rbs', line 141

def role_arn
  @role_arn
end

#sender::String

Returns the value of attribute sender.

Returns:



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.

Returns:



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.

Returns:



143
144
145
# File 'sig/types.rbs', line 143

def status_code
  @status_code
end