Class: Aws::Lambda::Types::InvokeWithResponseStreamCompleteEvent

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb

Overview

A response confirming that the event stream is complete.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

An error code.

Returns:

  • (String)


3629
3630
3631
3632
3633
3634
3635
3636
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3629

class InvokeWithResponseStreamCompleteEvent < Struct.new(
  :error_code,
  :error_details,
  :log_result,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end

#error_detailsString

The details of any returned error.

Returns:

  • (String)


3629
3630
3631
3632
3633
3634
3635
3636
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3629

class InvokeWithResponseStreamCompleteEvent < Struct.new(
  :error_code,
  :error_details,
  :log_result,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



3629
3630
3631
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3629

def event_type
  @event_type
end

#log_resultString

The last 4 KB of the execution log, which is base64-encoded.

Returns:

  • (String)


3629
3630
3631
3632
3633
3634
3635
3636
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3629

class InvokeWithResponseStreamCompleteEvent < Struct.new(
  :error_code,
  :error_details,
  :log_result,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end