class Aws::Snowball::Client
def cancel_job(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
cancel_job(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CancelJob - AWS API Documentation
Other tags:
- Example: Request syntax with placeholder values -
Example: Example: To cancel a job for a Snowball device -
Returns:
-
(Struct)
- Returns an empty {Seahorse::Client::Response response}.
Options Hash:
(**params)
-
:job_id
(required, String
) --
def cancel_job(params = {}, options = {}) req = build_request(:cancel_job, params) req.send_request(options) end