Exception: AWS::Flow::ActivityFailureException Abstract

Inherits:
FlowException
  • Object
show all
Defined in:
lib/aws/decider/exceptions.rb

Overview

This class is abstract.

An exception raised when the activity has failed.

This exception is used by the framework internally to communicate activity failure. When an activity fails due to an unhandled exception, it is wrapped in ActivityFailureException and reported to Amazon SWF. You need to deal with this exception only if you use the activity worker extensibility points. Your application code will never need to deal with this exception.

Instance Attribute Summary

Attributes inherited from FlowException

#details, #reason

Method Summary

Methods inherited from FlowException

#initialize

Constructor Details

This class inherits a constructor from AWS::Flow::FlowException