github.com/aws/smithy-go.OperationError.OperationName (field)

4 uses

	github.com/aws/smithy-go (current package)
		errors.go#L46: 	OperationName string
		errors.go#L54: func (e *OperationError) Operation() string { return e.OperationName }
		errors.go#L60: 	return fmt.Sprintf("operation error %s: %s, %v", e.ServiceID, e.OperationName, e.Err)

	github.com/aws/aws-sdk-go-v2/service/s3
		api_client.go#L236: 			OperationName: opID,