CloudFormation / Client / exceptions / ConcurrentResourcesLimitExceededException
ConcurrentResourcesLimitExceededException#
- class CloudFormation.Client.exceptions.ConcurrentResourcesLimitExceededException#
No more than 5 generated templates can be in an
InProgress
orPending
status at one time. This error is also returned if a generated template that is in anInProgress
orPending
status is attempted to be updated or deleted.Example
try: ... except client.exceptions.ConcurrentResourcesLimitExceededException as e: print(e.response)
- response#
The parsed error response. All exceptions have a top level
Error
key that provides normalized access to common exception atrributes. All other keys are specific to this service or exception class.Syntax
{}
Structure
(dict) –
No more than 5 generated templates can be in an
InProgress
orPending
status at one time. This error is also returned if a generated template that is in anInProgress
orPending
status is attempted to be updated or deleted.Error (dict) – Normalized access to common exception attributes.
Code (string) – An identifier specifying the exception type.
Message (string) – A descriptive message explaining why the exception occured.