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
5915 5916 5917 5918 5919 5920 |
# File 'lib/aws-sdk-lambda/types.rb', line 5915 class ServiceException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
5915 5916 5917 5918 5919 5920 |
# File 'lib/aws-sdk-lambda/types.rb', line 5915 class ServiceException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |