You are viewing documentation for version 3 of the AWS SDK for Ruby. Version 2 documentation can be found here.
Module: Aws::ECS
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb,
gems/aws-sdk-ecs/lib/aws-sdk-ecs/client.rb,
gems/aws-sdk-ecs/lib/aws-sdk-ecs/errors.rb,
gems/aws-sdk-ecs/lib/aws-sdk-ecs/waiters.rb,
gems/aws-sdk-ecs/lib/aws-sdk-ecs/resource.rb,
gems/aws-sdk-ecs/lib/aws-sdk-ecs.rb
Overview
This module provides support for Amazon EC2 Container Service. This module is available in the
aws-sdk-ecs
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.
See Client for more information.
Errors
Errors returned from Amazon EC2 Container Service all extend Aws::Errors::ServiceError.
begin
# do stuff
rescue Aws::ECS::Errors::ServiceError
# rescues all service API errors
end
See Errors for more information.
Defined Under Namespace
Modules: Errors, Types, Waiters Classes: Client, Resource
Constant Summary
- GEM_VERSION =
'1.54.0'