//
pkg.gl
Category
github.com/hashicorp/packer-plugin-amazon
builder
common
awserrors
package
1.3.2
Repository:
https://github.com/hashicorp/packer-plugin-amazon.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
2
Dependents
11
Files
11 SLOC
#
Functions
Matches
Returns true if the err matches all these conditions: - err is of type awserr.Error - Error.Code() matches code - Error.Message() contains message.