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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambda/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)


5625
5626
5627
5628
5629
5630
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5625

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

#typeString

Returns:

  • (String)


5625
5626
5627
5628
5629
5630
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5625

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