You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Appflow::Types::ErrorInfo

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Provides details in the event of a failed flow, including the failure count and the related error messages.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#execution_messageString

Specifies the error message that appears if a flow fails.

Returns:

  • (String)

    Specifies the error message that appears if a flow fails.

#put_failures_countInteger

Specifies the failure count for the attempted flow.

Returns:

  • (Integer)

    Specifies the failure count for the attempted flow.