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