lib/aws-sdk-sagemaker.rb in aws-sdk-sagemaker-1.51.0 vs lib/aws-sdk-sagemaker.rb in aws-sdk-sagemaker-1.52.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. # +# sage_maker = Aws::SageMaker::Client.new +# resp = sage_maker.add_tags(params) +# # See {Client} for more information. # # # Errors # -# Errors returned from Amazon SageMaker Service all -# extend {Errors::ServiceError}. +# Errors returned from Amazon SageMaker Service are defined in the +# {Errors} module and all extend {Errors::ServiceError}. # # begin # # do stuff # rescue Aws::SageMaker::Errors::ServiceError -# # rescues all service API errors +# # rescues all Amazon SageMaker Service API errors # end # # See {Errors} for more information. # # @service module Aws::SageMaker - GEM_VERSION = '1.51.0' + GEM_VERSION = '1.52.0' end