Class: Aws::Lambda::Types::DeleteFunctionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#status_codeInteger

The HTTP status code returned by the operation.

Returns:

  • (Integer)


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