Module: Aws::SMS
- Defined in:
- lib/aws-sdk-sms/endpoint_parameters.rb,
lib/aws-sdk-sms/plugins/endpoints.rb,
lib/aws-sdk-sms/endpoint_provider.rb,
lib/aws-sdk-sms/client_api.rb,
lib/aws-sdk-sms/endpoints.rb,
lib/aws-sdk-sms/resource.rb,
lib/aws-sdk-sms/errors.rb,
lib/aws-sdk-sms/client.rb,
lib/aws-sdk-sms/types.rb,
lib/aws-sdk-sms.rb
Overview
This module provides support for AWS Server Migration Service. This module is available in the ‘aws-sdk-sms` gem.
# Client
The Client class provides one method for each API operation. Operation methods each accept a hash of request parameters and return a response structure.
sms = Aws::SMS::Client.new
resp = sms.create_app(params)
See Client for more information.
# Errors
Errors returned from AWS Server Migration Service are defined in the Errors module and all extend Errors::ServiceError.
begin
# do stuff
rescue Aws::SMS::Errors::ServiceError
# rescues all AWS Server Migration Service API errors
end
See Errors for more information.
Defined Under Namespace
Modules: ClientApi, Endpoints, Errors, Plugins, Types Classes: Client, EndpointParameters, EndpointProvider, Resource
service collapse
- GEM_VERSION =
'1.65.0'