CodeDeploy / Client / exceptions / InvalidAutoRollbackConfigException
InvalidAutoRollbackConfigException#
- class CodeDeploy.Client.exceptions.InvalidAutoRollbackConfigException#
The automatic rollback configuration was specified in an invalid format. For example, automatic rollback is enabled, but an invalid triggering event type or no event types were listed.
Example
try: ... except client.exceptions.InvalidAutoRollbackConfigException 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 automatic rollback configuration was specified in an invalid format. For example, automatic rollback is enabled, but an invalid triggering event type or no event types were listed.
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.