Class: Aws::Lambda::Types::InvokeAsyncResponse

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

Overview

Upon success, it returns empty response. Otherwise, throws an exception.

Instance Attribute Summary collapse

Instance Attribute Details

#statusInteger

It will be 202 upon success.

Returns:

  • (Integer)


1645
1646
1647
1648
# File 'lib/aws-sdk-lambda/types.rb', line 1645

class InvokeAsyncResponse < Struct.new(
  :status)
  include Aws::Structure
end