class Aws::CloudWatchEvidently::Client

def stop_experiment(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • stop_experiment(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/evidently-2021-02-01/StopExperiment - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::StopExperimentResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :reason (String) --
  • :project (required, String) --
  • :experiment (required, String) --
  • :desired_state (String) --
def stop_experiment(params = {}, options = {})
  req = build_request(:stop_experiment, params)
  req.send_request(options)
end