ElasticBeanstalk / Client / exceptions / SourceBundleDeletionException
SourceBundleDeletionException#
- class ElasticBeanstalk.Client.exceptions.SourceBundleDeletionException#
Unable to delete the Amazon S3 source bundle associated with the application version. The application version was deleted successfully.
Example
try: ... except client.exceptions.SourceBundleDeletionException 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) –
Unable to delete the Amazon S3 source bundle associated with the application version. The application version was deleted successfully.
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.