ErrorInfo

public struct ErrorInfo : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specifies the error message that appears if a flow fails.

    Declaration

    Swift

    public let executionMessage: String?
  • Specifies the failure count for the attempted flow.

    Declaration

    Swift

    public let putFailuresCount: Int64?
  • Undocumented

    Declaration

    Swift

    public init(executionMessage: String? = nil, putFailuresCount: Int64? = nil)