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

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

Overview

The Lambda service encountered an internal error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6053
6054
6055
6056
6057
6058
# File 'lib/aws-sdk-lambda/types.rb', line 6053

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

#typeString

Returns:

  • (String)


6053
6054
6055
6056
6057
6058
# File 'lib/aws-sdk-lambda/types.rb', line 6053

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