Class: Aws::Lambda::Types::DeleteFunctionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::DeleteFunctionResponse
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status_code ⇒ Integer
The HTTP status code returned by the operation.
Instance Attribute Details
#status_code ⇒ Integer
The HTTP status code returned by the operation.
2215 2216 2217 2218 2219 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 2215 class DeleteFunctionResponse < Struct.new( :status_code) SENSITIVE = [] include Aws::Structure end |