lib/aws-sdk-machinelearning.rb in aws-sdk-machinelearning-1.17.0 vs lib/aws-sdk-machinelearning.rb in aws-sdk-machinelearning-1.18.0

- old
+ new

@@ -23,26 +23,29 @@ # # The {Client} class provides one method for each API operation. Operation # methods each accept a hash of request parameters and return a response # structure. # +# machine_learning = Aws::MachineLearning::Client.new +# resp = machine_learning.add_tags(params) +# # See {Client} for more information. # # # Errors # -# Errors returned from Amazon Machine Learning all -# extend {Errors::ServiceError}. +# Errors returned from Amazon Machine Learning are defined in the +# {Errors} module and all extend {Errors::ServiceError}. # # begin # # do stuff # rescue Aws::MachineLearning::Errors::ServiceError -# # rescues all service API errors +# # rescues all Amazon Machine Learning API errors # end # # See {Errors} for more information. # # @service module Aws::MachineLearning - GEM_VERSION = '1.17.0' + GEM_VERSION = '1.18.0' end