You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Module: Aws::Imagebuilder

Defined in:
(unknown)

Overview

This module provides a client for making API requests to EC2 Image Builder.

Aws::Imagebuilder::Client

The Client class provides one-to-one mapping for each API operation.

imagebuilder = Aws::Imagebuilder::Client.new(region: 'us-east-1')
imagebuilder.operation_names
#=> [:cancel_image_creation, :create_component, :create_distribution_configuration, :create_image, ...]

Each API operation method accepts a hash of request parameters and returns a response object.

resp = imagebuilder.cancel_image_creation(params)

See Client for more information.

Aws::Imagebuilder::Errors

Errors returned from EC2 Image Builder are defined in the Errors module and extend Errors::ServiceError.

begin
  # do stuff
rescue Aws::Imagebuilder::Errors::ServiceError
  # rescues all errors returned by EC2 Image Builder
end

See Errors for more information.

Defined Under Namespace

Modules: Errors, Types Classes: Client