Class: Aws::Types::PutEventsResultEntry

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)


950
951
952
# File 'sig/types.rbs', line 950

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


951
952
953
# File 'sig/types.rbs', line 951

def error_message
  @error_message
end

#event_id::String

Returns the value of attribute event_id.

Returns:

  • (::String)


949
950
951
# File 'sig/types.rbs', line 949

def event_id
  @event_id
end