CloudFormationClient#
Index > CloudFormation > CloudFormationClient
Auto-generated documentation for CloudFormation type annotations stubs module mypy-boto3-cloudformation.
CloudFormationClient#
Type annotations and code completion for boto3.client("cloudformation")
.
boto3 documentation
# CloudFormationClient usage example
from boto3.session import Session
from mypy_boto3_cloudformation.client import CloudFormationClient
def get_cloudformation_client() -> CloudFormationClient:
return Session().client("cloudformation")
Exceptions#
boto3
client exceptions are generated in runtime.
This class provides code completion for boto3.client("cloudformation").exceptions
structure.
# Exceptions.exceptions usage example
client = boto3.client("cloudformation")
try:
do_something(client)
except (
client.exceptions.AlreadyExistsException,
client.exceptions.CFNRegistryException,
client.exceptions.ChangeSetNotFoundException,
client.exceptions.ClientError,
client.exceptions.ConcurrentResourcesLimitExceededException,
client.exceptions.CreatedButModifiedException,
client.exceptions.GeneratedTemplateNotFoundException,
client.exceptions.InsufficientCapabilitiesException,
client.exceptions.InvalidChangeSetStatusException,
client.exceptions.InvalidOperationException,
client.exceptions.InvalidStateTransitionException,
client.exceptions.LimitExceededException,
client.exceptions.NameAlreadyExistsException,
client.exceptions.OperationIdAlreadyExistsException,
client.exceptions.OperationInProgressException,
client.exceptions.OperationNotFoundException,
client.exceptions.OperationStatusCheckFailedException,
client.exceptions.ResourceScanInProgressException,
client.exceptions.ResourceScanLimitExceededException,
client.exceptions.ResourceScanNotFoundException,
client.exceptions.StackInstanceNotFoundException,
client.exceptions.StackNotFoundException,
client.exceptions.StackSetNotEmptyException,
client.exceptions.StackSetNotFoundException,
client.exceptions.StaleRequestException,
client.exceptions.TokenAlreadyExistsException,
client.exceptions.