Class: Aws::Lambda::Types::InvokeAsyncResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::InvokeAsyncResponse
- Includes:
- Structure
- Defined in:
- 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
-
#status ⇒ Integer
The status code.
Instance Attribute Details
#status ⇒ Integer
The status code.
3786 3787 3788 3789 3790 |
# File 'lib/aws-sdk-lambda/types.rb', line 3786 class InvokeAsyncResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |