class Amazonite::Lambda::InvokeWithResponseStreamCompleteEvent

Overview

A response confirming that the event stream is complete.

Included Modules

Defined in:

lambda/invoke_with_response_stream_complete_event.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(error_code : String | Nil = nil, error_details : String | Nil = nil, log_result : String | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def error_code : String | Nil #

An error code.


[View source]
def error_code=(error_code : String | Nil) #

An error code.


[View source]
def error_details : String | Nil #

The details of any returned error.


[View source]
def error_details=(error_details : String | Nil) #

The details of any returned error.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def log_result : String | Nil #

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


[View source]
def log_result=(log_result : String | Nil) #

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


[View source]
def validate! : Nil #

[View source]