Unable to delete the Amazon S3 source bundle associated with the application version, although the application version deleted successfully.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("SourceBundleDeletionFailure")) return null; SourceBundleDeletionException e = (SourceBundleDeletionException)super.unmarshall(node); return e; }