Class: Aws::Types::SendMessageResponseFailedEvent
- Inherits:
-
Object
- Object
- Aws::Types::SendMessageResponseFailedEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#response_id ⇒ ::String
Returns the value of attribute response_id.
-
#sequence_number ⇒ ::Integer
Returns the value of attribute sequence_number.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
1678 1679 1680 |
# File 'sig/types.rbs', line 1678 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1679 1680 1681 |
# File 'sig/types.rbs', line 1679 def @error_message end |
#event_type ⇒ Object
Returns the value of attribute event_type.
1681 1682 1683 |
# File 'sig/types.rbs', line 1681 def event_type @event_type end |
#response_id ⇒ ::String
Returns the value of attribute response_id.
1677 1678 1679 |
# File 'sig/types.rbs', line 1677 def response_id @response_id end |
#sequence_number ⇒ ::Integer
Returns the value of attribute sequence_number.
1680 1681 1682 |
# File 'sig/types.rbs', line 1680 def sequence_number @sequence_number end |