scintegtests/constants.go (4 lines of code) (raw):

package scintegtests const ( // ErrCodeResourceNotFoundException for service response error code // "ResourceNotFoundException". // // Secrets Manager can't find the resource that you asked for. ErrCodeResourceNotFoundException = "ResourceNotFoundException" )