StopExecutionInput

public struct StopExecutionInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A more detailed explanation of the cause of the failure.

    Declaration

    Swift

    public let cause: String?
  • The error code of the failure.

    Declaration

    Swift

    public let error: String?
  • The Amazon Resource Name (ARN) of the execution to stop.

    Declaration

    Swift

    public let executionArn: String
  • Undocumented

    Declaration

    Swift

    public init(cause: String? = nil, error: String? = nil, executionArn: String)
  • Declaration

    Swift

    public func validate(name: String) throws