Class: Aws::States::Types::LambdaFunctionStartFailedEventDetails

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-states/types.rb

Overview

Contains details about a lambda function that failed to start during an execution.

Instance Attribute Summary collapse

Instance Attribute Details

#causeString

A more detailed explanation of the cause of the failure.

Returns:

  • (String)


1088
1089
1090
1091
1092
# File 'lib/aws-sdk-states/types.rb', line 1088

class LambdaFunctionStartFailedEventDetails < Struct.new(
  :error,
  :cause)
  include Aws::Structure
end

#errorString

The error code of the failure.

Returns:

  • (String)


1088
1089
1090
1091
1092
# File 'lib/aws-sdk-states/types.rb', line 1088

class LambdaFunctionStartFailedEventDetails < Struct.new(
  :error,
  :cause)
  include Aws::Structure
end