CloudFormation / Client / exceptions / InvalidChangeSetStatusException

InvalidChangeSetStatusException#

class CloudFormation.Client.exceptions.InvalidChangeSetStatusException#

The specified change set can’t be used to update the stack. For example, the change set status might be CREATE_IN_PROGRESS, or the stack status might be UPDATE_IN_PROGRESS.

Example

try:
  ...
except client.exceptions.InvalidChangeSetStatusException 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) –

    The specified change set can’t be used to update the stack. For example, the change set status might be CREATE_IN_PROGRESS, or the stack status might be UPDATE_IN_PROGRESS.

    • 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.