Module Smaws_Client_CodePipeline.PutJobFailureResult

Represents the failure of a job as returned to the pipeline by a job worker. Used for custom actions only.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `InvalidJobStateException of Types.invalid_job_state_exception | `JobNotFoundException of Types.job_not_found_exception | `ValidationException of Types.validation_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.put_job_failure_result_input -> (Smaws_Lib.Smithy_api.Types.unit_, [> Smaws_Lib.Protocols.AwsJson.error | `InvalidJobStateException of Types.invalid_job_state_exception | `JobNotFoundException of Types.job_not_found_exception | `ValidationException of Types.validation_exception ]) Stdlib.result