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

Module: Aws::Route53Domains

Defined in:
(unknown)

Overview

This module provides a client for making API requests to Amazon Route 53 Domains.

Aws::Route53Domains::Client

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

route53domains = Aws::Route53Domains::Client.new(region: 'us-east-1')
route53domains.operation_names
#=> [:accept_domain_transfer_from_another_aws_account, :cancel_domain_transfer_to_another_aws_account, :check_domain_availability, :check_domain_transferability, ...]

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

resp = route53domains.(params)

See Client for more information.

Aws::Route53Domains::Errors

Errors returned from Amazon Route 53 Domains are defined in the Errors module and extend Errors::ServiceError.

begin
  # do stuff
rescue Aws::Route53Domains::Errors::ServiceError
  # rescues all errors returned by Amazon Route 53 Domains
end

See Errors for more information.

Defined Under Namespace

Modules: Errors, Types Classes: Client