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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#execution_messageString

Specifies the error message that appears if a flow fails.

Returns:

  • (String)


2369
2370
2371
2372
2373
2374
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2369

class ErrorInfo < Struct.new(
  :put_failures_count,
  :execution_message)
  SENSITIVE = []
  include Aws::Structure
end

#put_failures_countInteger

Specifies the failure count for the attempted flow.

Returns:

  • (Integer)


2369
2370
2371
2372
2373
2374
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2369

class ErrorInfo < Struct.new(
  :put_failures_count,
  :execution_message)
  SENSITIVE = []
  include Aws::Structure
end