The CloudFront Distribution and S3 Bucket were created by CloudFormation. The Distribution had Origins that made use of the S3 Bucket. The S3 Bucket was deleted manually. The CloudFormation stack was then deleted, however, the CloudFront Distribution was not. Most of the rest of the CloudFormation has subsequently been deleted, but the CloudFront Distribution, related Internet Gateway and a few other things have not.
A /*
Invalidation has been completed.
When attempting to manually disable the Distribution through the web console there is the following error message: Failed: The parameter S3 bucket has been deleted.
When attempting to delete an Origin or change its Origin domain there is the following error message: Failed to delete origin: One or more of your cache behavior target origins or origin groups do not exist.
When attempting to delete a Behavior or change its Origin there is the following error message: The parameter S3 bucket has been deleted.
What options are there to clear up this Distribution?
The long and short of it is that you can create an identically named S3 Bucket and then delete the Distribution.