Module: Aws::CloudFormation
- Defined in:
- lib/aws-sdk-cloudformation/stack_resource_summary.rb,
lib/aws-sdk-cloudformation/endpoint_parameters.rb,
lib/aws-sdk-cloudformation/plugins/endpoints.rb,
lib/aws-sdk-cloudformation/endpoint_provider.rb,
lib/aws-sdk-cloudformation/stack_resource.rb,
lib/aws-sdk-cloudformation/client_api.rb,
lib/aws-sdk-cloudformation/endpoints.rb,
lib/aws-sdk-cloudformation/resource.rb,
lib/aws-sdk-cloudformation/waiters.rb,
lib/aws-sdk-cloudformation/errors.rb,
lib/aws-sdk-cloudformation/client.rb,
lib/aws-sdk-cloudformation/types.rb,
lib/aws-sdk-cloudformation/stack.rb,
lib/aws-sdk-cloudformation/event.rb,
lib/aws-sdk-cloudformation.rb
Overview
This module provides support for AWS CloudFormation. This module is available in the ‘aws-sdk-cloudformation` 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.
cloud_formation = Aws::CloudFormation::Client.new
resp = cloud_formation.activate_organizations_access(params)
See Client for more information.
# Errors
Errors returned from AWS CloudFormation are defined in the Errors module and all extend Errors::ServiceError.
begin
# do stuff
rescue Aws::CloudFormation::Errors::ServiceError
# rescues all AWS CloudFormation API errors
end
See Errors for more information.
Defined Under Namespace
Modules: ClientApi, Endpoints, Errors, Plugins, Types, Waiters Classes: Client, EndpointParameters, EndpointProvider, Event, Resource, Stack, StackResource, StackResourceSummary
service collapse
- GEM_VERSION =
'1.120.0'