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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusInteger

The status code.

Returns:

  • (Integer)


3592
3593
3594
3595
3596
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3592

class InvokeAsyncResponse < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end