Handling Errors in the AWS SDK for Go V2 - AWS SDK for Go v2

The AWS SDK for Go returns errors that satisfy the Go error interface type. You can use the Error() method to get a formatted string of the SDK error message without any special handling. Errors returned by the SDK may implement an Unwrap method. The