Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
495: Add AWSException fallback to replicate old constructor r=iamed2 a=iamed2 Fixes invenia/CloudWatchLogs.jl#40 When AWSResponse changes went in, a new field was added. CloudWatchLogs.jl tests relied on the default constructor, so when a field was added, tests broke. This adds a fallback that replicates the old constructor. It's also a reasonable fallback I think, given that the final field is optional (could be `nothing`). Co-authored-by: Eric Davies <iamed2@gmail.com>
- Loading branch information