Module: Aws::RoboMaker
- Defined in:
- lib/aws-sdk-robomaker/endpoint_parameters.rb,
lib/aws-sdk-robomaker/plugins/endpoints.rb,
lib/aws-sdk-robomaker/endpoint_provider.rb,
lib/aws-sdk-robomaker/client_api.rb,
lib/aws-sdk-robomaker/endpoints.rb,
lib/aws-sdk-robomaker/resource.rb,
lib/aws-sdk-robomaker/errors.rb,
lib/aws-sdk-robomaker/client.rb,
lib/aws-sdk-robomaker/types.rb,
lib/aws-sdk-robomaker.rb
Overview
This module provides support for AWS RoboMaker. This module is available in the ‘aws-sdk-robomaker` 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.
robo_maker = Aws::RoboMaker::Client.new
resp = robo_maker.batch_delete_worlds(params)
See Client for more information.
# Errors
Errors returned from AWS RoboMaker are defined in the Errors module and all extend Errors::ServiceError.
begin
# do stuff
rescue Aws::RoboMaker::Errors::ServiceError
# rescues all AWS RoboMaker 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.78.0'