Class: Aws::Lambda::Types::ServiceException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::ServiceException
- 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
#message ⇒ String
5854 5855 5856 5857 5858 5859 |
# File 'lib/aws-sdk-lambda/types.rb', line 5854 class ServiceException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
5854 5855 5856 5857 5858 5859 |
# File 'lib/aws-sdk-lambda/types.rb', line 5854 class ServiceException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |