Class: Aws::Lambda::Types::ServiceException

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

Overview

The AWS Lambda service encountered an internal error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString



4773
4774
4775
4776
4777
4778
# File 'lib/aws-sdk-lambda/types.rb', line 4773

class ServiceException < Struct.new(
  :type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#typeString



4773
4774
4775
4776
4777
4778
# File 'lib/aws-sdk-lambda/types.rb', line 4773

class ServiceException < Struct.new(
  :type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end