class Aws::ImportExport::Client
def cancel_job(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
cancel_job(params = {})
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::CancelJobOutput)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:api_version
(String
) -- -
:job_id
(required, String
) --
def cancel_job(params = {}, options = {}) req = build_request(:cancel_job, params) req.send_request(options) end