Class: Aws::CognitoSync::Types::InvalidLambdaFunctionOutputException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoSync::Types::InvalidLambdaFunctionOutputException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitosync/types.rb
Overview
The AWS Lambda function returned invalid output or an exception.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message returned when an InvalidLambdaFunctionOutputException occurs.
Instance Attribute Details
#message ⇒ String
A message returned when an InvalidLambdaFunctionOutputException occurs
574 575 576 577 578 |
# File 'lib/aws-sdk-cognitosync/types.rb', line 574 class InvalidLambdaFunctionOutputException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |