Class: Aws::LambdaPreview::Types::ServiceException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LambdaPreview::Types::ServiceException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambdapreview/types.rb
Overview
The AWS Lambda service encountered an internal error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
489 490 491 492 493 494 |
# File 'lib/aws-sdk-lambdapreview/types.rb', line 489 class ServiceException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
489 490 491 492 493 494 |
# File 'lib/aws-sdk-lambdapreview/types.rb', line 489 class ServiceException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |