class AWS::Flow::ActivityFailureException

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.

@abstract An exception raised when the activity has failed.