Class: Aws::Types::PutPartnerEventsResultEntry

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)


977
978
979
# File 'sig/types.rbs', line 977

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


978
979
980
# File 'sig/types.rbs', line 978

def error_message
  @error_message
end

#event_id::String

Returns the value of attribute event_id.

Returns:

  • (::String)


976
977
978
# File 'sig/types.rbs', line 976

def event_id
  @event_id
end