Class: Aws::Types::SendMessageResponseFailedEvent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code::String

Returns the value of attribute error_code.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1679
1680
1681
# File 'sig/types.rbs', line 1679

def error_message
  @error_message
end

#event_typeObject

Returns the value of attribute event_type.

Returns:

  • (Object)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


1680
1681
1682
# File 'sig/types.rbs', line 1680

def sequence_number
  @sequence_number
end