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

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

Overview

A success response (‘202 Accepted`) indicates that the request is queued for invocation.

Instance Attribute Summary collapse

Instance Attribute Details

#statusInteger

The status code.

Returns:

  • (Integer)


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

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